diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-10-28 22:42:16 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-28 22:42:16 +0000 |
commit | 56e75bee23b0458ebe5198912c024475c762c355 (patch) | |
tree | c945010b3b20c589d6e3d25d271c68a993dee06c /tools/makebmp.inc | |
parent | 22738489b3ce6f22597f7730eea33337727b50f6 (diff) |
Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11376 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/makebmp.inc')
-rw-r--r-- | tools/makebmp.inc | 2 |
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) ifndef V SILENT=@ endif -PRINTS=$(info $(1))$(SILENT) +PRINTS=$(SILENT)$(call info,$(1)) $(OBJDIR)/%.c: %.bmp $(SILENT)mkdir -p $(dir $@) |