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.in | |
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.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: \ |