summaryrefslogtreecommitdiff
path: root/client.mk
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-06-28 16:49:56 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-06-28 16:49:56 -0400
commita5e1d06bf20115eab9e0d7a61a51b8aa63a965ca (patch)
tree382aee3d5089ce8815c2abc5c7ba44d2e308b541 /client.mk
parent5c80b4363c0a4144e6d6c5a07f36b40213a06ffd (diff)
downloaduxp-a5e1d06bf20115eab9e0d7a61a51b8aa63a965ca.tar.gz
Make sure application confvars.sh files are apart of CONFIG_STATUS_DEPS
Diffstat (limited to 'client.mk')
-rw-r--r--client.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.mk b/client.mk
index af7776e44c..e8cbc625f1 100644
--- a/client.mk
+++ b/client.mk
@@ -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 \