Commit 19791f70 by Paolo Bonzini Committed by Paolo Bonzini

Makefile.tpl: Wrap install between unstage and stage

2005-07-24  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.tpl: Wrap install between unstage and stage
	* Makefile.in: Regenerate.

From-SVN: r102334
parent 75554d51
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.
2005-07-21 Eric Christopher <echristo@apple.com> 2005-07-21 Eric Christopher <echristo@apple.com>
* MAINTAINERS: Update affiliation. * MAINTAINERS: Update affiliation.
......
...@@ -1990,7 +1990,7 @@ mail-report-with-warnings.log: warning.log ...@@ -1990,7 +1990,7 @@ mail-report-with-warnings.log: warning.log
# Installation targets. # Installation targets.
.PHONY: install uninstall .PHONY: install uninstall
install: installdirs install-host install-target install: unstage installdirs install-host install-target stage
.PHONY: install-host-nogcc .PHONY: install-host-nogcc
install-host-nogcc: \ install-host-nogcc: \
...@@ -747,7 +747,7 @@ mail-report-with-warnings.log: warning.log ...@@ -747,7 +747,7 @@ mail-report-with-warnings.log: warning.log
# Installation targets. # Installation targets.
.PHONY: install uninstall .PHONY: install uninstall
install: installdirs install-host install-target install: unstage installdirs install-host install-target stage
.PHONY: install-host-nogcc .PHONY: install-host-nogcc
install-host-nogcc: [+ install-host-nogcc: [+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment