summaryrefslogtreecommitdiff
path: root/tools/makebmp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makebmp.inc')
-rw-r--r--tools/makebmp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makebmp.inc b/tools/makebmp.inc
index 9c8c640203..987a21457f 100644
--- a/tools/makebmp.inc
+++ b/tools/makebmp.inc
@@ -5,7 +5,7 @@ dep: $(DEPFILE)
5ifndef V 5ifndef V
6SILENT=@ 6SILENT=@
7endif 7endif
8PRINTS=$(info $(1))$(SILENT) 8PRINTS=$(SILENT)$(call info,$(1))
9 9
10$(OBJDIR)/%.c: %.bmp 10$(OBJDIR)/%.c: %.bmp
11 $(SILENT)mkdir -p $(dir $@) 11 $(SILENT)mkdir -p $(dir $@)