diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2005-07-24 13:57:01 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2005-07-24 13:57:01 +0000 |
commit | 7b63ea053f77e17062e2774728873766f4c39edb (patch) | |
tree | e33cb5713c4315edfc83f06aba819285c50e80c2 /Makefile.in | |
parent | 395a327d174b050707aa233c16e4ea45289e6671 (diff) | |
download | newlib-7b63ea053f77e17062e2774728873766f4c39edb.zip newlib-7b63ea053f77e17062e2774728873766f4c39edb.tar.gz newlib-7b63ea053f77e17062e2774728873766f4c39edb.tar.bz2 |
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.
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: \ |