summaryrefslogtreecommitdiff
path: root/firmware/decompressor/Makefile
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-28 22:42:16 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-28 22:42:16 +0000
commit56e75bee23b0458ebe5198912c024475c762c355 (patch)
treec945010b3b20c589d6e3d25d271c68a993dee06c /firmware/decompressor/Makefile
parent22738489b3ce6f22597f7730eea33337727b50f6 (diff)
downloadrockbox-56e75bee23b0458ebe5198912c024475c762c355.tar.gz
rockbox-56e75bee23b0458ebe5198912c024475c762c355.zip
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 'firmware/decompressor/Makefile')
-rw-r--r--firmware/decompressor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/decompressor/Makefile b/firmware/decompressor/Makefile
index 17ccf6da77..46d7afe1b0 100644
--- a/firmware/decompressor/Makefile
+++ b/firmware/decompressor/Makefile
@@ -10,7 +10,7 @@
10ifndef V 10ifndef V
11SILENT=@ 11SILENT=@
12endif 12endif
13PRINTS=$(info $(1))$(SILENT) 13PRINTS=$(SILENT)$(call info,$(1))
14 14
15LDS := link.lds 15LDS := link.lds
16LINKFILE = $(OBJDIR)/linkage.lds 16LINKFILE = $(OBJDIR)/linkage.lds