summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/pluginbitmaps.make
diff options
context:
space:
mode:
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)
$(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS)
$(SILENT)$(shell rm -f $@)
- $(call PRINTS,AR $(@F))$(AR) rs $@ $+ >/dev/null
+ $(call PRINTS,AR $(@F))$(AR) rcs $@ $+ >/dev/null
# pattern rules to create .c files from .bmp, one for each subdir:
$(BUILDDIR)/apps/plugins/bitmaps/mono/%.c: $(ROOTDIR)/apps/plugins/bitmaps/mono/%.bmp $(TOOLSDIR)/bmp2rb