Make sure plugin directory exists before creating link file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-11-20 16:07:01 +00:00
parent 21b5c76c09
commit 7167a7a874

View file

@ -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