diff options
Diffstat (limited to 'apps/plugins/plugins.make')
| -rw-r--r-- | apps/plugins/plugins.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 1efd513..9fff82d 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -44,6 +44,7 @@ $(PLUGINLIB): $(PLUGINLIB_OBJ) $(PLUGINLINK_LDS): $(PLUGIN_LDS) $(call PRINTS,PP $(@F)) + $(shell mkdir -p $(dir $@)) $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) $(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS |