summaryrefslogtreecommitdiff
path: root/apps/codecs/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/codecs/Makefile
parent76b2efbb433258097e23e0a35b09a5f5aa4d2e42 (diff)
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/codecs/Makefile')
-rw-r--r--apps/codecs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile
index 76c8ce3d80..cd0677aebf 100644
--- a/apps/codecs/Makefile
+++ b/apps/codecs/Makefile
@@ -95,7 +95,7 @@ ifeq ($(SIMVER), sdl)
# This is the SDL simulator version
$(OBJDIR)/%.codec : $(OBJDIR)/%.o $(BUILDDIR)/libcodec.a $(OUTPUT)
- @echo "LD $(notdir $@) $^"
+ @echo "LD $(notdir $@)"
$(SILENT)$(CC) $(CFLAGS) $(SHARED_FLAG) $< -L$(BUILDDIR) $(CODECLIBS) -lcodec -o $@
ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
# 'x' must be kept or you'll have "Win32 error 5"
@@ -137,7 +137,7 @@ $(BUILDDIR)/libcodec.a:
$(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib
$(LINKCODEC): $(LDS)
- @echo "build $@"
+ @echo "build $(notdir $@)"
$(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) -DCODEC $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@
$(BUILDDIR)/libmad.a: libmad