Skip to content

Commit

Permalink
Bug 741839 - Consolidate wildcard calls in client.mk. r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Armstrong committed Apr 6, 2012
1 parent 16959e4 commit d742218
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,15 @@ $(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
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 += \
Expand Down

0 comments on commit d742218

Please sign in to comment.