diff options
Diffstat (limited to 'apps/plugins/plugins.make')
-rw-r--r-- | apps/plugins/plugins.make | 2 |
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) $(PLUGINLIB): $(PLUGINLIB_OBJ) $(SILENT)$(shell rm -f $@) - $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null + $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null $(PLUGINLINK_LDS): $(PLUGIN_LDS) $(call PRINTS,PP $(@F)) |