From 3952be272f56d4ed705d66b0dc8fde992f8e3625 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sun, 24 Jul 2005 13:57:01 +0000 Subject: [PATCH] 2005-07-24 Paolo Bonzini * Makefile.tpl: Wrap install between unstage and stage * Makefile.in: Regenerate. --- ChangeLog | 5 +++++ Makefile.in | 2 +- Makefile.tpl | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7024271d32..3dada43bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-24 Paolo Bonzini + + * Makefile.tpl: Wrap install between unstage and stage + * Makefile.in: Regenerate. + 2005-07-16 Kelley Cook * all files: Update FSF address. diff --git a/Makefile.in b/Makefile.in index 60b6be45eb..3f220086d1 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: \ diff --git a/Makefile.tpl b/Makefile.tpl index 44c74d6000..dc55f5aebd 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: [+ -- 2.11.0