summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/makesrc.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/makesrc.inc b/tools/makesrc.inc
index be9c34e..846df8c 100644
--- a/tools/makesrc.inc
+++ b/tools/makesrc.inc
@@ -11,5 +11,4 @@
SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - 2>/dev/null \
-| grep -v "^\#" | xargs ls)
-#| grep -v "^\#")
+| grep -v "^\#")