From 6436b39d4c9adc6f7372ce27fcd5ebff2cf3047a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 2 Mar 2009 08:16:36 +0000 Subject: Fix some slight inconsistencies. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20172 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugins.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 8be87b9..58e0547 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -94,8 +94,8 @@ else $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@ endif -$(BUILDDIR)/%.refmap: $(BUILDDIR)/%.o $(OVERLAYREF_LDS) $(PLUGINLIB) $(PLUGINBITMAPLIB) +$(BUILDDIR)/%.refmap: $(BUILDDIR)/%.o $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGINLIB) $(PLUGINBITMAPLIB) $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \ $(filter %.o, $^) \ - $(filter %.a, $^) \ + $(filter %.a, $+) \ -lgcc $(OVERLAYLDFLAGS) -- cgit v1.1