diff --git a/config/rules.mk b/config/rules.mk index aecc551d393..626af5ae381 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -1460,6 +1460,9 @@ $(topsrcdir)/configure: $(topsrcdir)/configure.in (cd $(topsrcdir) && $(AUTOCONF)) && (cd $(DEPTH) && ./config.status --recheck) endif +$(DEPTH)/config/autoconf.mk: $(topsrcdir)/config/autoconf.mk.in + cd $(DEPTH) && CONFIG_HEADERS= CONFIG_FILES=config/autoconf.mk ./config.status + ############################################################################### # Bunch of things that extend the 'export' rule (in order): ############################################################################### diff --git a/js/src/config/rules.mk b/js/src/config/rules.mk index aecc551d393..626af5ae381 100644 --- a/js/src/config/rules.mk +++ b/js/src/config/rules.mk @@ -1460,6 +1460,9 @@ $(topsrcdir)/configure: $(topsrcdir)/configure.in (cd $(topsrcdir) && $(AUTOCONF)) && (cd $(DEPTH) && ./config.status --recheck) endif +$(DEPTH)/config/autoconf.mk: $(topsrcdir)/config/autoconf.mk.in + cd $(DEPTH) && CONFIG_HEADERS= CONFIG_FILES=config/autoconf.mk ./config.status + ############################################################################### # Bunch of things that extend the 'export' rule (in order): ###############################################################################