summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/bitmaps/pluginbitmaps.make2
-rw-r--r--apps/plugins/plugins.make2
2 files changed, 2 insertions, 2 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
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))