No more dependency of the cat command
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4077 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6691e6107c
commit
dfc6ad3930
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ all: $(ROCKS)
|
|||
# MEM should be passed on to this makefile with the chosen memory size given
|
||||
# in number of MB
|
||||
$(LINKFILE): $(LDS)
|
||||
cat $< | $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -E -P - >$@
|
||||
$(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -x c -E -P $< >$@
|
||||
|
||||
clean:
|
||||
-rm -f $(ROCKS) $(LINKFILE)
|
||||
|
|
Loading…
Reference in a new issue