------- Additional Comments From bonzini at gcc dot gnu dot org 2005-01-13 13:03 ------- The problem is that install-* does not depend on all-*
On the other hand, that would slow down the installation process. Making install-* depend on configure-* is not enough as well, because even if the 'all' target is run in the subdirectory, the installation process would not be sorted according to the build dependencies (e.g. no guarantee that gcc is installed before libiberty, which is ok usually but not when both still have to be built). Paolo -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Known to fail| |3.4.3 4.0.0 Last reconfirmed|0000-00-00 00:00:00 |2005-01-13 13:03:41 date| | Summary|make install fails |make install fails if not | |preceded by make all http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19420