summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
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)
45# MEM should be passed on to this makefile with the chosen memory size given 45# MEM should be passed on to this makefile with the chosen memory size given
46# in number of MB 46# in number of MB
47$(LINKFILE): $(LDS) 47$(LINKFILE): $(LDS)
48 cat $< | $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -E -P - >$@ 48 $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -x c -E -P $< >$@
49 49
50clean: 50clean:
51 -rm -f $(ROCKS) $(LINKFILE) 51 -rm -f $(ROCKS) $(LINKFILE)