From 7167a7a8747fe9836d7cc78555188ffed7a7c707 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 20 Nov 2008 16:07:01 +0000 Subject: Make sure plugin directory exists before creating link file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19157 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugins.make | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3