Reverted my "xargs ls" thing since it broke the build in a way that I'm not

entirely sure about. I'll rethink and make the fix differently.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-05-19 18:06:34 +00:00
parent c30ee8bc90
commit 1d16efbff8

View file

@ -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 "^\#")