summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/makebmp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makebmp.inc b/tools/makebmp.inc
index d276732..62d3f25 100644
--- a/tools/makebmp.inc
+++ b/tools/makebmp.inc
@@ -30,6 +30,6 @@ $(DEPFILE): SOURCES
done)
$(OUTPUT): $(OBJS)
- @echo "AR+RANLIB $@"
+ @echo "AR+RANLIB $(notdir $@)"
@$(AR) ruv $@ $+ >/dev/null 2>&1
@$(RANLIB) $@