From aff3380d99fcb8041bc5964a2958cf832c267b2e Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 27 Jun 2009 09:35:38 +0000 Subject: Make sure the build folder is created before trying to generate the dependencies file. Fixes issues building Rockbox Utility and voice file creation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21527 a1c6a512-1295-4272-9138-f99709370657 --- tools/rbspeex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rbspeex/Makefile') diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index 3e70d2e858..c11ae29b04 100644 --- a/tools/rbspeex/Makefile +++ b/tools/rbspeex/Makefile @@ -45,7 +45,7 @@ DIRS = all: ../rbspeexenc ../rbspeexdec -$(DEPFILE): $(SOURCES) +$(DEPFILE): $(SOURCES) $(OUT) $(SILENT)rm -f $(DEPFILE) $(SILENT)(for each in $(SOURCES) x; do \ if test "x" != "$$each"; then \ -- cgit