From ee8b5c341fba27c1f7247eb9d652f6752b19d765 Mon Sep 17 00:00:00 2001
From: bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sun, 24 Jul 2005 13:52:54 +0000
Subject: [PATCH] 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
---
 ChangeLog    | 5 +++++
 Makefile.in  | 2 +-
 Makefile.tpl | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2f9797c99bac..7605dee6c39e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl: Wrap install between unstage and stage
+	* Makefile.in: Regenerate.
+
 2005-07-21  Eric Christopher  <echristo@apple.com>
 
 	* MAINTAINERS: Update affiliation.
diff --git a/Makefile.in b/Makefile.in
index 60b6be45eba1..3f220086d135 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 44c74d600047..dc55f5aebd52 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: [+
-- 
GitLab