summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-18 15:48:11 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-18 15:48:11 +0000
commit7dc92d4d2eeae55b97b22a8c03daca49a7edaa58 (patch)
tree0d7fbced8cc0e5decee40e75a95bad51ab11fd6a /tools
parent720cfe3954693618cbc50f474d2a38aabd9f5939 (diff)
downloadrockbox-7dc92d4d2eeae55b97b22a8c03daca49a7edaa58.tar.gz
rockbox-7dc92d4d2eeae55b97b22a8c03daca49a7edaa58.zip
Make rbspeexenc Makefile use system "ar" tool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15664 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/rbspeex/Makefile2
1 files changed, 1 insertions, 1 deletions
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