Bug 682794 - Refresh autoconf.mk when autoconf.mk.in is modified. r=khuey

This commit is contained in:
Mike Hommey 2011-08-29 13:44:46 +02:00
parent 7fc6b6d52b
commit bc5bb72129
2 changed files with 6 additions and 0 deletions

View File

@ -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):
###############################################################################

View File

@ -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):
###############################################################################