Don't rebuild the dependency file on 'make reconf'. Build type and target won't change, and there are some build types where the .dep file isn't needed at all, e.g. voice.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20282 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f14999e0b9
commit
08f51a52e3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RBINFO = $(BUILDDIR)/rockbox-info.txt
|
|||
|
||||
.PHONY: all clean tags zip tools manual bin build info langs
|
||||
|
||||
ifeq (,$(filter clean veryclean tags voice voicetools manual manual-pdf manual-html manual-zhtml manual-txt manual-ztxt manual-zip help fontzip ,$(MAKECMDGOALS)))
|
||||
ifeq (,$(filter clean veryclean reconf tags voice voicetools manual manual-pdf manual-html manual-zhtml manual-txt manual-ztxt manual-zip help fontzip ,$(MAKECMDGOALS)))
|
||||
# none of the above
|
||||
DEPFILE = $(BUILDDIR)/make.dep
|
||||
|
||||
|
|
Loading…
Reference in a new issue