From 56e75bee23b0458ebe5198912c024475c762c355 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 28 Oct 2006 22:42:16 +0000 Subject: 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 --- firmware/decompressor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/decompressor/Makefile') 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 @@ ifndef V SILENT=@ endif -PRINTS=$(info $(1))$(SILENT) +PRINTS=$(SILENT)$(call info,$(1)) LDS := link.lds LINKFILE = $(OBJDIR)/linkage.lds -- cgit v1.2.3