summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
115../rbspeexenc: $(OBJS) $(TARGET_DIR)librbspeex.a 115../rbspeexenc: $(OBJS) $(TARGET_DIR)librbspeex.a
116 $(info Linking ../rbspeexenc) 116 $(info Linking ../rbspeexenc)
117 $(SILENT)$(CROSS)$(CC) $(CFLAGS) $(LDFLAGS) $(ARCHFLAGS) -o ../rbspeexenc $(BUILD_DIR)/rbspeexenc.c.o \ 117 $(SILENT)$(CROSS)$(CC) $(CFLAGS) $(LDFLAGS) $(ARCHFLAGS) -o ../rbspeexenc $(BUILD_DIR)/rbspeexenc.c.o \
118 $(LIBS) -lm $(TARGET_DIR)librbspeex.a 118 $(TARGET_DIR)librbspeex.a $(LIBS) -lm
119 119
120../rbspeexdec: $(OBJS) $(TARGET_DIR)librbspeex.a 120../rbspeexdec: $(OBJS) $(TARGET_DIR)librbspeex.a
121 $(info Linking ../rbspeexdec) 121 $(info Linking ../rbspeexdec)
122 $(SILENT)$(CROSS)$(CC) $(CFLAGS) $(LDFLAGS) $(ARCHFLAGS) -o ../rbspeexdec $(BUILD_DIR)/rbspeexdec.c.o \ 122 $(SILENT)$(CROSS)$(CC) $(CFLAGS) $(LDFLAGS) $(ARCHFLAGS) -o ../rbspeexdec $(BUILD_DIR)/rbspeexdec.c.o \
123 $(LIBS) -lm $(TARGET_DIR)librbspeex.a 123 $(TARGET_DIR)librbspeex.a $(LIBS) -lm
124 124
125# common rules 125# common rules
126$(OBJDIR)%.c.o: 126$(OBJDIR)%.c.o: