From: Paolo Bonzini Date: Sun, 24 Jul 2005 13:52:54 +0000 (+0000) Subject: Makefile.tpl: Wrap install between unstage and stage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19791f70aa2c2153966b5c130e4b42ddf89c1f23;p=gcc.git Makefile.tpl: Wrap install between unstage and stage 2005-07-24 Paolo Bonzini * Makefile.tpl: Wrap install between unstage and stage * Makefile.in: Regenerate. From-SVN: r102334 --- diff --git a/ChangeLog b/ChangeLog index 2f9797c99ba..7605dee6c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-24 Paolo Bonzini + + * Makefile.tpl: Wrap install between unstage and stage + * Makefile.in: Regenerate. + 2005-07-21 Eric Christopher * MAINTAINERS: Update affiliation. diff --git a/Makefile.in b/Makefile.in index 60b6be45eba..3f220086d13 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: \ diff --git a/Makefile.tpl b/Makefile.tpl index 44c74d60004..dc55f5aebd5 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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: [+