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
Родитель c990a7f3c3
Коммит e850bad77e
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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