зеркало из https://github.com/mozilla/gecko-dev.git
Bug 682794 - Refresh autoconf.mk when autoconf.mk.in is modified. r=khuey
This commit is contained in:
Родитель
c990a7f3c3
Коммит
e850bad77e
|
@ -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):
|
||||
###############################################################################
|
||||
|
|
Загрузка…
Ссылка в новой задаче