diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-24 13:52:54 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-24 13:52:54 +0000 |
commit | ee8b5c341fba27c1f7247eb9d652f6752b19d765 (patch) | |
tree | 887c511ff3ec26d409a80bd0d52305f9f5ea0ce8 /Makefile.tpl | |
parent | 9f52a98eb65064d31959860b266efc22b29f760e (diff) | |
download | gcc-ee8b5c341fba27c1f7247eb9d652f6752b19d765.tar.gz |
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102334 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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: [+ |