summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-23 22:33:39 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-23 22:33:39 +0000
commitd1ce4e779ee8e5aef34da33ca26968cc9da10c3f (patch)
tree71b798a99632c8836ad7c09278bc8fd841f98949 /apps/plugins/Makefile
parent76b2efbb433258097e23e0a35b09a5f5aa4d2e42 (diff)
downloadrockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.tar.gz
rockbox-d1ce4e779ee8e5aef34da33ca26968cc9da10c3f.zip
Consistent style of 'make' messages. Always use ranlib after ar.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11322 a1c6a512-1295-4272-9138-f99709370657
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)