summaryrefslogtreecommitdiffstats
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 846df8cb9e..55c1bbe98d 100644
--- a/tools/makesrc.inc
+++ b/tools/makesrc.inc
@@ -11,4 +11,4 @@
SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - 2>/dev/null \
-| grep -v "^\#")
+| grep -v "^#")