diff options
-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 |