summaryrefslogtreecommitdiff
path: root/tools/rbspeex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-06-27 09:35:38 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-06-27 09:35:38 +0000
commitaff3380d99fcb8041bc5964a2958cf832c267b2e (patch)
treea905fee477b7080d1e3bdd0d27c366ca1cf4e467 /tools/rbspeex
parent3152bfc39a8e1b85c4d0e82fbb75a10dab528ea6 (diff)
downloadrockbox-aff3380d99fcb8041bc5964a2958cf832c267b2e.tar.gz
rockbox-aff3380d99fcb8041bc5964a2958cf832c267b2e.zip
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
Diffstat (limited to 'tools/rbspeex')
-rw-r--r--tools/rbspeex/Makefile2
1 files changed, 1 insertions, 1 deletions
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 =
45 45
46all: ../rbspeexenc ../rbspeexdec 46all: ../rbspeexenc ../rbspeexdec
47 47
48$(DEPFILE): $(SOURCES) 48$(DEPFILE): $(SOURCES) $(OUT)
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 \