From 7dc92d4d2eeae55b97b22a8c03daca49a7edaa58 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 18 Nov 2007 15:48:11 +0000 Subject: [PATCH] Make rbspeexenc Makefile use system "ar" tool. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15664 a1c6a512-1295-4272-9138-f99709370657 --- tools/rbspeex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index 2e8a692c3d..06e1dd941a 100644 --- a/tools/rbspeex/Makefile +++ b/tools/rbspeex/Makefile @@ -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