summaryrefslogtreecommitdiff
path: root/tools/makesrc.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-02-17 23:24:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-02-17 23:24:28 +0000
commit9425cf65489776cfaf2d4c5472d4693dcd158aa6 (patch)
treec38f22bde0df181061b054cdfb25b7fef5a29fa5 /tools/makesrc.inc
parente2f5f21e5bf5b8e43f3eb130d8a282a5a8c62ac6 (diff)
downloadrockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.tar.gz
rockbox-9425cf65489776cfaf2d4c5472d4693dcd158aa6.zip
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
Diffstat (limited to 'tools/makesrc.inc')
-rw-r--r--tools/makesrc.inc4
1 files changed, 2 insertions, 2 deletions
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 @@
10# to make this do right when used on Mac OS X. 10# to make this do right when used on Mac OS X.
11 11
12SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ 12SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
13$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - 2>/dev/null \ 13$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \
14| grep -v "^\#") 14grep -v "^\#")