forked from len0rd/rockbox
rbutil/rbspeex fix some small mistakes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bd961d6a5
commit
c82511ab06
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ $(DEPFILE): $(SOURCES)
|
|||
done > $(DEPFILE); \
|
||||
echo "oo" > /dev/null )
|
||||
|
||||
librbspeex$(ARCH_CMD).a: $(OBJS) $(DEPFILE) rbspeex.o
|
||||
librbspeex$(ARCH).a: $(OBJS) $(DEPFILE) rbspeex.o
|
||||
@echo AR librbspeex.a
|
||||
$(SILENT)$(AR) ruv $@ $+ > /dev/null 2>&1
|
||||
|
||||
|
@ -76,7 +76,7 @@ librbspeex$(ARCH_CMD).a: $(OBJS) $(DEPFILE) rbspeex.o
|
|||
|
||||
universal: librbspeexppc.a librbspeexi386.a
|
||||
@echo lipo libusb.a
|
||||
@(SILENT) lipo -create librbspeexppc.a librbspeexi386.a -output librbspeex.a
|
||||
lipo -create librbspeexppc.a librbspeexi386.a -output librbspeex.a
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) rbspeex.o libspeex.a librbspeex.a rbspeexenc.o ../rbspeexenc dep-speex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue