summaryrefslogtreecommitdiff
path: root/tools/makesrc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makesrc.inc')
-rw-r--r--tools/makesrc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makesrc.inc b/tools/makesrc.inc
index 1499dadc94..78d97f3283 100644
--- a/tools/makesrc.inc
+++ b/tools/makesrc.inc
@@ -9,6 +9,6 @@
9# The weird grep -v thing in here is due to Apple's stupidities and is needed 9# The weird grep -v thing in here is due to Apple's stupidities and is needed
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 | gcc -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ 12SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
13$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \ 13$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \
14grep -v "^\#") 14grep -v "^\#")