2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage * Makefile.in: Regenerate.
This commit is contained in:
parent
12fc67c63b
commit
b73aa40604
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-16 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
||||
* all files: Update FSF address.
|
||||
|
|
|
@ -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…
Reference in a new issue