forked from len0rd/rockbox
iRiver/Vorbis: Actually use the rule in the makefile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7615 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ad1ed632d
commit
07e375c369
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue