diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2008-06-28 00:06:49 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2008-06-28 00:06:49 +0000 |
commit | 354ddb9b3f1ef16cb786ad9737117f97df2496cd (patch) | |
tree | 6c4ecdcce758e9da37828679f661e9abd16253ea /tools | |
parent | aab068631bc266e8e227ed2b0f7d92736e97f882 (diff) |
revert this commit until we find a better fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17825 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r-- | tools/makesrc.inc | 3 |
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 @@ 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 "^\#") |