Bug 644164: Make configure depend on the Firefox version. r=ted

This commit is contained in:
Kyle Huey 2011-03-23 13:24:53 -04:00
parent 82f117d5be
commit 7e03b434dc

View File

@ -285,6 +285,8 @@ CONFIG_STATUS_DEPS := \
$(TOPSRCDIR)/.mozconfig.mk \
$(wildcard $(TOPSRCDIR)/nsprpub/configure) \
$(wildcard $(TOPSRCDIR)/config/milestone.txt) \
$(wildcard $(TOPSRCDIR)/js/src/config/milestone.txt) \
$(wildcard $(TOPSRCDIR)/browser/config/version.txt) \
$(wildcard $(addsuffix confvars.sh,$(wildcard $(TOPSRCDIR)/*/))) \
$(NULL)