forked from len0rd/rockbox
Make rbspeexenc Makefile use system "ar" tool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15664 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
720cfe3954
commit
7dc92d4d2e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ $(DEPFILE): $(SOURCES)
|
|||
|
||||
libspeex.a: $(OBJS) $(DEPFILE)
|
||||
@echo AR libspeex.a
|
||||
$(SILENT)$(AR) ruv $@ $+ > /dev/null 2>&1
|
||||
$(SILENT)ar ruv $@ $+ > /dev/null 2>&1
|
||||
|
||||
../rbspeexenc: $(OBJS) libspeex.a rbspeexenc.o
|
||||
@echo Linking ../rbspeexenc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue