From dfc6ad393008ae36b1769321240791d3a9fe80ab Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 28 Nov 2003 12:06:47 +0000 Subject: No more dependency of the cat command git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4077 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 558afacc10..fb54d8d4ac 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -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) -- cgit v1.2.3