From 07e375c3695ced16f9175b4d736c9bd05fa73dfd Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Mon, 10 Oct 2005 20:54:30 +0000 Subject: [PATCH] iRiver/Vorbis: Actually use the rule in the makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7615 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile index 2b4adf146f..15156afe23 100644 --- a/apps/codecs/Tremor/Makefile +++ b/apps/codecs/Tremor/Makefile @@ -35,8 +35,8 @@ $(OUTPUT): $(OBJS) @echo "AR $@" @$(AR) ruv $@ $+ >/dev/null 2>&1 -$(OBJDIR)/Tremor/%.o: $(APPSDIR)/codecs/Tremor/%.c - @echo "(Tremor) CC $<" +$(OBJDIR)/%.o: $(APPSDIR)/codecs/Tremor/%.c + @echo "(Tremor) CC "`basename $<` @$(CC) -c -O2 $(CFLAGS) -I$(APPSDIR)/codecs/Tremor/ $< -o $@ include $(TOOLSDIR)/make.inc