summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-10 19:06:14 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-10 19:06:14 +0000
commit08f51a52e39ab6129a4ccbc30ac5b7294a0407d5 (patch)
tree44e8e52e1920d5b68cf5f31a79d5200969c118d7
parentf14999e0b9b180abe0044d9184a5a6f7260e91fe (diff)
downloadrockbox-08f51a52e39ab6129a4ccbc30ac5b7294a0407d5.tar.gz
rockbox-08f51a52e39ab6129a4ccbc30ac5b7294a0407d5.zip
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
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 9dc2937439..1cb493b154 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -29,7 +29,7 @@ RBINFO = $(BUILDDIR)/rockbox-info.txt
29 29
30.PHONY: all clean tags zip tools manual bin build info langs 30.PHONY: all clean tags zip tools manual bin build info langs
31 31
32ifeq (,$(filter clean veryclean tags voice voicetools manual manual-pdf manual-html manual-zhtml manual-txt manual-ztxt manual-zip help fontzip ,$(MAKECMDGOALS))) 32ifeq (,$(filter clean veryclean reconf tags voice voicetools manual manual-pdf manual-html manual-zhtml manual-txt manual-ztxt manual-zip help fontzip ,$(MAKECMDGOALS)))
33# none of the above 33# none of the above
34DEPFILE = $(BUILDDIR)/make.dep 34DEPFILE = $(BUILDDIR)/make.dep
35 35