This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/22440] make install fails with --enable-bootstrap


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]