forked from len0rd/rockbox
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
This commit is contained in:
parent
3152bfc39a
commit
aff3380d99
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue