Backed out changeset c6c4fb4b0fef (bug 1412460); a=bustage

I'm able to produce a build failure with this changeset on one of
my machines. I guess the checks weren't as redundant as I thought...

CLOSED TREE

--HG--
extra : amend_source : 564add1404e09ca023c3347f3ce20be407dffa82
This commit is contained in:
Gregory Szorc 2017-11-01 15:55:35 -07:00
parent dfb9e542f8
commit af215ea33e

View File

@ -213,7 +213,15 @@ endif
MAKEFILE = $(wildcard $(OBJDIR)/Makefile)
CONFIG_STATUS = $(wildcard $(OBJDIR)/config.status)
$(CONFIGURES): %: %.in
EXTRA_CONFIG_DEPS := \
$(TOPSRCDIR)/aclocal.m4 \
$(TOPSRCDIR)/old-configure.in \
$(wildcard $(TOPSRCDIR)/build/autoconf/*.m4) \
$(TOPSRCDIR)/js/src/aclocal.m4 \
$(TOPSRCDIR)/js/src/old-configure.in \
$(NULL)
$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
@echo Generating $@
cp -f $< $@
chmod +x $@