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 c3f718c954..a35bcf7dfd 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -152,7 +152,7 @@ $(BUILDDIR)/libplugin.a:
152 $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib 152 $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib
153 153
154$(LINKFILE): $(LDS) 154$(LINKFILE): $(LDS)
155 @echo "build $@" 155 @echo "build $(notdir $@)"
156 $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@ 156 $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
157 157
158$(SUBDIRS): $(BITMAPLIBS) 158$(SUBDIRS): $(BITMAPLIBS)