summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/pluginbitmaps.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/bitmaps/pluginbitmaps.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/bitmaps/pluginbitmaps.make')
-rw-r--r--apps/plugins/bitmaps/pluginbitmaps.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/pluginbitmaps.make b/apps/plugins/bitmaps/pluginbitmaps.make
index fa5b9eff23..f907219ed5 100644
--- a/apps/plugins/bitmaps/pluginbitmaps.make
+++ b/apps/plugins/bitmaps/pluginbitmaps.make
@@ -38,7 +38,7 @@ $(PBMPHFILES): $(PLUGIN_BITMAPS)
38 38
39$(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS) 39$(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS)
40 $(SILENT)$(shell rm -f $@) 40 $(SILENT)$(shell rm -f $@)
41 $(call PRINTS,AR $(@F))$(AR) rs $@ $+ >/dev/null 41 $(call PRINTS,AR $(@F))$(AR) rcs $@ $+ >/dev/null
42 42
43# pattern rules to create .c files from .bmp, one for each subdir: 43# pattern rules to create .c files from .bmp, one for each subdir:
44$(BUILDDIR)/apps/plugins/bitmaps/mono/%.c: $(ROOTDIR)/apps/plugins/bitmaps/mono/%.bmp $(TOOLSDIR)/bmp2rb 44$(BUILDDIR)/apps/plugins/bitmaps/mono/%.c: $(ROOTDIR)/apps/plugins/bitmaps/mono/%.bmp $(TOOLSDIR)/bmp2rb