diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-07-24 13:57:01 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-07-24 13:57:01 +0000 |
commit | 4a5e624774dd0622a8b237ec2e8b816c0c29a580 (patch) | |
tree | 1be5fba80e3f0dab6c7ebee5efbf871f81e5ba13 /Makefile.tpl | |
parent | 98625a1c522049b4e336809235913a4784bdca34 (diff) | |
download | gdb-4a5e624774dd0622a8b237ec2e8b816c0c29a580.tar.gz |
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.
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: [+ |