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:
parent
75554d5149
commit
19791f70aa
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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: \
|
||||
|
|
|
@ -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: [+
|
||||
|
|
Loading…
Add table
Reference in a new issue