summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/pluginbitmaps.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/pluginbitmaps.make b/apps/plugins/bitmaps/pluginbitmaps.make
index 7dbcc0bdff..8fc4302087 100644
--- a/apps/plugins/bitmaps/pluginbitmaps.make
+++ b/apps/plugins/bitmaps/pluginbitmaps.make
@@ -37,6 +37,7 @@ PBMPHFILES := $(shell echo $(PBMPHFILES) | sed -e 's/\.[0-9x]\+\.bmp/.h/g' -e '
37$(PBMPHFILES): $(PLUGIN_BITMAPS) 37$(PBMPHFILES): $(PLUGIN_BITMAPS)
38 38
39$(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS) 39$(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS)
40 $(SILENT)$(shell rm -f $@)
40 $(call PRINTS,AR $(@F))$(AR) rs $@ $+ >/dev/null 2>&1 41 $(call PRINTS,AR $(@F))$(AR) rs $@ $+ >/dev/null 2>&1
41 42
42# 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: