Commit FS#9614 by Yoshihisa Uchida: fix 'make tools'

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20289 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-03-11 16:13:46 +00:00
parent 45a63650bd
commit cf31386aa1
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ $(DEPFILE) dep:
bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY)
rocks: $(DEPFILE) $(TOOLS) $(ROCKS)
codecs: $(DEPFILE) $(TOOLS) $(CODECS)
tools: $(TOOLS)
-include $(DEPFILE)