Bug 741839 - Consolidate wildcard calls in client.mk. r=ted
--- a/client.mk
+++ b/client.mk
@@ -289,23 +289,25 @@ EXTRA_CONFIG_DEPS := \
$(NULL)
$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
@$(PYTHON) $(TOPSRCDIR)/js/src/config/check-sync-dirs.py $(TOPSRCDIR)/js/src/build $(TOPSRCDIR)/build
@echo Generating $@ using autoconf
cd $(@D); $(AUTOCONF)
CONFIG_STATUS_DEPS := \
- $(wildcard $(CONFIGURES)) \
- $(TOPSRCDIR)/allmakefiles.sh \
- $(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)/*/))) \
+ $(wildcard \
+ $(CONFIGURES) \
+ $(TOPSRCDIR)/allmakefiles.sh \
+ $(TOPSRCDIR)/nsprpub/configure \
+ $(TOPSRCDIR)/config/milestone.txt \
+ $(TOPSRCDIR)/js/src/config/milestone.txt \
+ $(TOPSRCDIR)/browser/config/version.txt \
+ $(TOPSRCDIR)/*/confvars.sh \
+ ) \
$(NULL)
CONFIGURE_ENV_ARGS += \
MAKE="$(MAKE)" \
$(NULL)
# configure uses the program name to determine @srcdir@. Calling it without
# $(TOPSRCDIR) will set @srcdir@ to "."; otherwise, it is set to the full