diff options
Diffstat (limited to 'apps/plugins/bitmaps/pluginbitmaps.make')
| -rw-r--r-- | apps/plugins/bitmaps/pluginbitmaps.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/pluginbitmaps.make b/apps/plugins/bitmaps/pluginbitmaps.make index 7dbcc0b..8fc4302 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 ' $(PBMPHFILES): $(PLUGIN_BITMAPS) $(PLUGINBITMAPLIB): $(PLUGIN_BITMAPS) + $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rs $@ $+ >/dev/null 2>&1 # pattern rules to create .c files from .bmp, one for each subdir: |