summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 843d3a5f88..802ff04675 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -48,7 +48,7 @@ $(OBJDIR)/libplugin.a:
48# in number of MB 48# in number of MB
49$(LINKFILE): $(LDS) 49$(LINKFILE): $(LDS)
50 @echo "build $@" 50 @echo "build $@"
51 @$(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(DEFINES) -x c -E -P $< >$@ 51 @cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
52 52
53clean: 53clean:
54 @echo "cleaning plugins" 54 @echo "cleaning plugins"