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
This commit is contained in:
Paolo Bonzini 2005-07-24 13:52:54 +00:00 committed by Paolo Bonzini
parent 75554d5149
commit 19791f70aa
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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>
* MAINTAINERS: Update affiliation.

View file

@ -1990,7 +1990,7 @@ mail-report-with-warnings.log: warning.log
# Installation targets.
.PHONY: install uninstall
install: installdirs install-host install-target
install: unstage installdirs install-host install-target stage
.PHONY: install-host-nogcc
install-host-nogcc: \

View file

@ -747,7 +747,7 @@ mail-report-with-warnings.log: warning.log
# Installation targets.
.PHONY: install uninstall
install: installdirs install-host install-target
install: unstage installdirs install-host install-target stage
.PHONY: install-host-nogcc
install-host-nogcc: [+