diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-11-18 15:48:11 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-11-18 15:48:11 +0000 |
commit | 7dc92d4d2eeae55b97b22a8c03daca49a7edaa58 (patch) | |
tree | 0d7fbced8cc0e5decee40e75a95bad51ab11fd6a | |
parent | 720cfe3954693618cbc50f474d2a38aabd9f5939 (diff) |
Make rbspeexenc Makefile use system "ar" tool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15664 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | tools/rbspeex/Makefile | 2 |
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 |