summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/rbspeex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index c11ae29b04..3e70d2e858 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -45,7 +45,7 @@ DIRS =
45 45
46all: ../rbspeexenc ../rbspeexdec 46all: ../rbspeexenc ../rbspeexdec
47 47
48$(DEPFILE): $(SOURCES) $(OUT) 48$(DEPFILE): $(SOURCES)
49 $(SILENT)rm -f $(DEPFILE) 49 $(SILENT)rm -f $(DEPFILE)
50 $(SILENT)(for each in $(SOURCES) x; do \ 50 $(SILENT)(for each in $(SOURCES) x; do \
51 if test "x" != "$$each"; then \ 51 if test "x" != "$$each"; then \