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 d276732b67..62d3f25b41 100644
--- a/tools/makebmp.inc
+++ b/tools/makebmp.inc
@@ -30,6 +30,6 @@ $(DEPFILE): SOURCES
30 done) 30 done)
31 31
32$(OUTPUT): $(OBJS) 32$(OUTPUT): $(OBJS)
33 @echo "AR+RANLIB $@" 33 @echo "AR+RANLIB $(notdir $@)"
34 @$(AR) ruv $@ $+ >/dev/null 2>&1 34 @$(AR) ruv $@ $+ >/dev/null 2>&1
35 @$(RANLIB) $@ 35 @$(RANLIB) $@