summaryrefslogtreecommitdiff
path: root/tools/makesrc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makesrc.inc')
-rw-r--r--tools/makesrc.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/makesrc.inc b/tools/makesrc.inc
index be9c34e16b..846df8cb9e 100644
--- a/tools/makesrc.inc
+++ b/tools/makesrc.inc
@@ -11,5 +11,4 @@
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" - 2>/dev/null \
14| grep -v "^\#" | xargs ls) 14| grep -v "^\#")
15#| grep -v "^\#")