diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-07-24 13:52:54 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2005-07-24 13:52:54 +0000 |
commit | 19791f70aa2c2153966b5c130e4b42ddf89c1f23 (patch) | |
tree | 887c511ff3ec26d409a80bd0d52305f9f5ea0ce8 /Makefile.in | |
parent | 75554d5149bc8eb2517f48c49df1fe45526e7656 (diff) | |
download | gcc-19791f70aa2c2153966b5c130e4b42ddf89c1f23.zip gcc-19791f70aa2c2153966b5c130e4b42ddf89c1f23.tar.gz gcc-19791f70aa2c2153966b5c130e4b42ddf89c1f23.tar.bz2 |
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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 60b6be4..3f22008 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: \ |