This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/22440] make install fails with --enable-bootstrap
- From: "belyshev at depni dot sinp dot msu dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2005 16:17:33 -0000
- Subject: [Bug bootstrap/22440] make install fails with --enable-bootstrap
- References: <20050712130729.22440.belyshev@depni.sinp.msu.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-07-13 16:17 -------
Simple fix (tested by doing make bootstrap; make install with and w/o
--enable-bootstrap) :
--- Makefile.tpl~ 2005-07-13 20:12:15.000000000 +0400
+++ Makefile.tpl 2005-07-13 20:13:03.000000000 +0400
@@ -747,7 +747,7 @@
# 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: [+
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22440