diff options
author | Björn Stenberg <bjorn@haxx.se> | 2008-11-20 16:07:01 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2008-11-20 16:07:01 +0000 |
commit | 7167a7a8747fe9836d7cc78555188ffed7a7c707 (patch) | |
tree | 851f72ceeec3fdf8528c2500ba21ae894b5a6dbf /apps/plugins/plugins.make | |
parent | 21b5c76c09366f0fd7c4d7f31ba73870f3ef669b (diff) | |
download | rockbox-7167a7a8747fe9836d7cc78555188ffed7a7c707.tar.gz rockbox-7167a7a8747fe9836d7cc78555188ffed7a7c707.tar.bz2 rockbox-7167a7a8747fe9836d7cc78555188ffed7a7c707.zip |
Make sure plugin directory exists before creating link file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19157 a1c6a512-1295-4272-9138-f99709370657
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 1efd513396..9fff82d832 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 |