mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
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:
parent
21b5c76c09
commit
7167a7a874
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ $(PLUGINLIB): $(PLUGINLIB_OBJ)
|
||||||
|
|
||||||
$(PLUGINLINK_LDS): $(PLUGIN_LDS)
|
$(PLUGINLINK_LDS): $(PLUGIN_LDS)
|
||||||
$(call PRINTS,PP $(@F))
|
$(call PRINTS,PP $(@F))
|
||||||
|
$(shell mkdir -p $(dir $@))
|
||||||
$(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS))
|
$(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS))
|
||||||
|
|
||||||
$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS
|
$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue