Skip to content

Commit

Permalink
Backed out changeset c6c4fb4b0fef (bug 1412460); a=bustage
Browse files Browse the repository at this point in the history
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
  • Loading branch information
indygreg committed Nov 1, 2017
1 parent dfb9e54 commit af215ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit af215ea

Please sign in to comment.