summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/makesrc.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/makesrc.inc b/tools/makesrc.inc
index 837a812..78d97f3 100644
--- a/tools/makesrc.inc
+++ b/tools/makesrc.inc
@@ -8,11 +8,7 @@
#
# The weird grep -v thing in here is due to Apple's stupidities and is needed
# to make this do right when used on Mac OS X.
-#
-# The usage of ls is only to make sure that we only output existing file names
-# to not confuse make and to produce a fairly decent error message to the
-# terminal.
SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - | \
-grep -v "^\#" | xargs ls)
+grep -v "^\#")