From c82511ab06a6a8653d27f04303b9cd653236ea0a Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Wed, 9 Jul 2008 21:56:41 +0000 Subject: rbutil/rbspeex fix some small mistakes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657 --- tools/rbspeex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index 5ed8d67425..b619ce73fe 100644 --- a/tools/rbspeex/Makefile +++ b/tools/rbspeex/Makefile @@ -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 -- cgit v1.2.3