diff options
Diffstat (limited to 'apps/plugins/plugins.make')
| -rw-r--r-- | apps/plugins/plugins.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 9fff82d..fdaae3e 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -40,6 +40,7 @@ PLUGINFLAGS = -I$(APPSDIR)/plugins -DPLUGIN $(CFLAGS) $(ROCKS): $(PLUGINLIB) $(APPSDIR)/plugin.h $(PLUGINLINK_LDS) $(PLUGINBITMAPLIB) $(PLUGINLIB): $(PLUGINLIB_OBJ) + $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 $(PLUGINLINK_LDS): $(PLUGIN_LDS) |