summaryrefslogtreecommitdiffstats
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 669e030c0d..7df505ed38 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -115,12 +115,12 @@ librbspeex.a: $(TARGET_DIR)librbspeex.a
../rbspeexenc: $(OBJS) $(TARGET_DIR)librbspeex.a
$(info Linking ../rbspeexenc)
$(SILENT)$(CROSS)$(CC) $(CFLAGS) $(LDFLAGS) $(ARCHFLAGS) -o ../rbspeexenc $(BUILD_DIR)/rbspeexenc.c.o \
- $(LIBS) -lm $(TARGET_DIR)librbspeex.a
+ $(TARGET_DIR)librbspeex.a $(LIBS) -lm
../rbspeexdec: $(OBJS) $(TARGET_DIR)librbspeex.a
$(info Linking ../rbspeexdec)
$(SILENT)$(CROSS)$(CC) $(CFLAGS) $(LDFLAGS) $(ARCHFLAGS) -o ../rbspeexdec $(BUILD_DIR)/rbspeexdec.c.o \
- $(LIBS) -lm $(TARGET_DIR)librbspeex.a
+ $(TARGET_DIR)librbspeex.a $(LIBS) -lm
# common rules
$(OBJDIR)%.c.o: