diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index c11ae29b04..a82e80e017 100644 --- a/tools/rbspeex/Makefile +++ b/tools/rbspeex/Makefile @@ -45,7 +45,10 @@ DIRS = all: ../rbspeexenc ../rbspeexdec -$(DEPFILE): $(SOURCES) $(OUT) +$(DEPFILE): $(SOURCES) + @echo MKDIR build$(RBARCH) + $(SILENT)mkdir -p build$(RBARCH) + @echo Creating dependencies $(SILENT)rm -f $(DEPFILE) $(SILENT)(for each in $(SOURCES) x; do \ if test "x" != "$$each"; then \