From 9425cf65489776cfaf2d4c5472d4693dcd158aa6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 17 Feb 2008 23:24:28 +0000 Subject: eeek, revert the FS#8482 commit again as it broke the bootloaders and the generated size wasn't actually used yet! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657 --- tools/makesrc.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/makesrc.inc') diff --git a/tools/makesrc.inc b/tools/makesrc.inc index 846df8cb9e..78d97f3283 100644 --- a/tools/makesrc.inc +++ b/tools/makesrc.inc @@ -10,5 +10,5 @@ # to make this do right when used on Mac OS X. SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ -$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - 2>/dev/null \ -| grep -v "^\#") +$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \ +grep -v "^\#") -- cgit v1.2.3