diff --git a/client.mk b/client.mk index 66b669b638b..ab584c70bd5 100644 --- a/client.mk +++ b/client.mk @@ -1012,14 +1012,12 @@ endif CONFIG_STATUS_DEPS := \ $(TOPSRCDIR)/configure \ - $(TOPSRCDIR)/allmakefiles.sh \ $(TOPSRCDIR)/.mozconfig.mk \ $(wildcard $(TOPSRCDIR)/nsprpub/configure) \ $(wildcard $(TOPSRCDIR)/directory/c-sdk/configure) \ - $(wildcard $(TOPSRCDIR)/mailnews/makefiles) \ - $(wildcard $(TOPSRCDIR)/themes/makefiles) \ $(wildcard $(TOPSRCDIR)/config/milestone.txt) \ $(wildcard $(TOPSRCDIR)/config/chrome-versions.sh) \ + $(wildcard $(addsuffix confvars.sh,$(wildcard */))) \ $(NULL) # configure uses the program name to determine @srcdir@. Calling it without