summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-20 16:07:01 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-20 16:07:01 +0000
commit7167a7a8747fe9836d7cc78555188ffed7a7c707 (patch)
tree851f72ceeec3fdf8528c2500ba21ae894b5a6dbf
parent21b5c76c09366f0fd7c4d7f31ba73870f3ef669b (diff)
downloadrockbox-7167a7a8747fe9836d7cc78555188ffed7a7c707.tar.gz
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
-rw-r--r--apps/plugins/plugins.make1
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)
44 44
45$(PLUGINLINK_LDS): $(PLUGIN_LDS) 45$(PLUGINLINK_LDS): $(PLUGIN_LDS)
46 $(call PRINTS,PP $(@F)) 46 $(call PRINTS,PP $(@F))
47 $(shell mkdir -p $(dir $@))
47 $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) 48 $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS))
48 49
49$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS 50$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS