summaryrefslogtreecommitdiff
path: root/apps/plugins/plugins.make
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-01 09:04:15 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-01 09:04:15 +0000
commit6421f94c0da1847bc925b83c5a8aaf564add0beb (patch)
tree35110aa01aa7b629f8bef4554457a20b5974b2d9 /apps/plugins/plugins.make
parent76be948199c181363de68f55deb79b40965e9eb4 (diff)
downloadrockbox-6421f94c0da1847bc925b83c5a8aaf564add0beb.tar.gz
rockbox-6421f94c0da1847bc925b83c5a8aaf564add0beb.zip
Silence warning from 'ar' if the archive had to be created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/plugins.make')
-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 ef1b605d5d..7314888eed 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -47,7 +47,7 @@ $(ROCKS): $(PLUGINLIB) $(APPSDIR)/plugin.h $(PLUGINLINK_LDS) $(PLUGINBITMAPLIB)
47 47
48$(PLUGINLIB): $(PLUGINLIB_OBJ) 48$(PLUGINLIB): $(PLUGINLIB_OBJ)
49 $(SILENT)$(shell rm -f $@) 49 $(SILENT)$(shell rm -f $@)
50 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 50 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
51 51
52$(PLUGINLINK_LDS): $(PLUGIN_LDS) 52$(PLUGINLINK_LDS): $(PLUGIN_LDS)
53 $(call PRINTS,PP $(@F)) 53 $(call PRINTS,PP $(@F))