Make sure application confvars.sh files are apart of CONFIG_STATUS_DEPS

This commit is contained in:
NTD 2018-06-28 16:49:56 -04:00 committed by Roy Tam
commit d84fe69150

View file

@ -317,6 +317,7 @@ $(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
CONFIG_STATUS_DEPS := \
$(wildcard $(TOPSRCDIR)/*/confvars.sh) \
$(wildcard $(TOPSRCDIR)/application/*/confvars.sh) \
$(CONFIGURES) \
$(TOPSRCDIR)/CLOBBER \
$(TOPSRCDIR)/nsprpub/configure \