summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-03-26 23:41:38 +0200
committerThomas Martitz <kugel@rockbox.org>2012-03-26 23:41:38 +0200
commitd26bbb9cfb4dc9b11b790ba428d3a8787bce61bb (patch)
treef02639bd70f19fcc14c05b9934265cc357b0f874
parent54e00c18a3520cda1c5c459ed9e0c1eae2eb4490 (diff)
downloadrockbox-d26bbb9cfb4dc9b11b790ba428d3a8787bce61bb.tar.gz
rockbox-d26bbb9cfb4dc9b11b790ba428d3a8787bce61bb.zip
(Hopefully) fix overlay plugins.
Change-Id: I210db2109493d296dcc644d643e8814862101652
-rw-r--r--apps/plugins/plugins.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 3ea6d96432..67b0d83932 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -131,7 +131,7 @@ endif
131$(BUILDDIR)/apps/plugins/%.lua: $(ROOTDIR)/apps/plugins/%.lua 131$(BUILDDIR)/apps/plugins/%.lua: $(ROOTDIR)/apps/plugins/%.lua
132 $(call PRINTS,CP $(subst $(ROOTDIR)/,,$<))cp $< $(BUILDDIR)/apps/plugins/ 132 $(call PRINTS,CP $(subst $(ROOTDIR)/,,$<))cp $< $(BUILDDIR)/apps/plugins/
133 133
134$(BUILDDIR)/%.refmap: $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGIN_LIBS) 134$(BUILDDIR)/%.refmap: $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGIN_LIBS) $(PLUGIN_CRT0)
135 $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \ 135 $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \
136 $(filter %.o, $^) \ 136 $(filter %.o, $^) \
137 $(filter %.a, $+) \ 137 $(filter %.a, $+) \