summaryrefslogtreecommitdiff
path: root/apps/plugins/plugins.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plugins.make')
-rw-r--r--apps/plugins/plugins.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 9fff82d832..fdaae3e54c 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -40,6 +40,7 @@ PLUGINFLAGS = -I$(APPSDIR)/plugins -DPLUGIN $(CFLAGS)
40$(ROCKS): $(PLUGINLIB) $(APPSDIR)/plugin.h $(PLUGINLINK_LDS) $(PLUGINBITMAPLIB) 40$(ROCKS): $(PLUGINLIB) $(APPSDIR)/plugin.h $(PLUGINLINK_LDS) $(PLUGINBITMAPLIB)
41 41
42$(PLUGINLIB): $(PLUGINLIB_OBJ) 42$(PLUGINLIB): $(PLUGINLIB_OBJ)
43 $(SILENT)$(shell rm -f $@)
43 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 44 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1
44 45
45$(PLUGINLINK_LDS): $(PLUGIN_LDS) 46$(PLUGINLINK_LDS): $(PLUGIN_LDS)