summaryrefslogtreecommitdiff
path: root/tools/rbspeex
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex')
-rw-r--r--tools/rbspeex/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 713111dd2e..785a99239a 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -82,7 +82,6 @@ DEPS = $(addprefix $(BUILD_DIR)/,$(subst .c,.d,$(notdir $(SOURCES))))
82-include $(DEPS) 82-include $(DEPS)
83 83
84%.d: 84%.d:
85 @echo DEP $(notdir $@)
86 $(SILENT)$(call mkdir,$(BUILD_DIR)) 85 $(SILENT)$(call mkdir,$(BUILD_DIR))
87 $(SILENT)$(CC) -MG -MM -MT $(subst .d,.o,$@) $(CFLAGS) -o $(BUILD_DIR)/$(notdir $@) $< 86 $(SILENT)$(CC) -MG -MM -MT $(subst .d,.o,$@) $(CFLAGS) -o $(BUILD_DIR)/$(notdir $@) $<
88 87
@@ -95,7 +94,7 @@ $(TARGET_DIR)rbspeex.dll: $(OBJS) $(BUILD_DIR)/rbspeex.o
95 94
96$(TARGET_DIR)librbspeex.a: $(OBJS) $(BUILD_DIR)/rbspeex.o 95$(TARGET_DIR)librbspeex.a: $(OBJS) $(BUILD_DIR)/rbspeex.o
97 @echo AR $(notdir $@) 96 @echo AR $(notdir $@)
98 $(SILENT)$(CROSS)$(AR) rcs $@ $^ > /dev/null 2>&1 97 $(SILENT)$(CROSS)$(AR) rcs $@ $^
99 98
100librbspeex.a: $(TARGET_DIR)librbspeex.a 99librbspeex.a: $(TARGET_DIR)librbspeex.a
101 100