1
0
Fork 0
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:
Dominik Wenger 2008-07-09 21:56:41 +00:00
parent 6bd961d6a5
commit c82511ab06
2 changed files with 3 additions and 3 deletions

View file

@ -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