From: H.J. Lu Date: Mon, 6 Sep 2004 23:58:14 +0000 (+0000) Subject: re PR bootstrap/17313 (fixinc.sh isn't parallel build safe) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e64dc647248fc32cee9121b50aedc8d800241fb0;p=gcc.git re PR bootstrap/17313 (fixinc.sh isn't parallel build safe) 2004-09-06 H.J. Lu PR bootstrap/17313 * Makefile.in (specs.ready): Depend on cc1$(exeext). From-SVN: r87133 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 62fb710a9ad..e0dfa8e4604 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-06 H.J. Lu + + PR bootstrap/17313 + * Makefile.in (specs.ready): Depend on cc1$(exeext). + 2004-09-06 James E Wilson * config/mips/mips.md (movsf_hardfloat, movdf_hardfloat_64bit, diff --git a/gcc/Makefile.in b/gcc/Makefile.in index cb222d99b73..dea566ed285 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2795,7 +2795,8 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) xlimits.h # fixinc.sh depends on this, not on specs directly. # The idea is to make sure specs gets built, but not rerun fixinc.sh # after each stage just because specs' mtime has changed. -specs.ready: specs +# It also depends on cc1 since fixinc.sh uses it. +specs.ready: specs cc1$(exeext) -if [ -f specs.ready ] ; then \ true; \ else \