re PR bootstrap/17313 (fixinc.sh isn't parallel build safe)
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 6 Sep 2004 23:58:14 +0000 (23:58 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 6 Sep 2004 23:58:14 +0000 (16:58 -0700)
2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/17313
* Makefile.in (specs.ready): Depend on cc1$(exeext).

From-SVN: r87133

gcc/ChangeLog
gcc/Makefile.in

index 62fb710a9ad37f903ca727495614e066721a6b56..e0dfa8e46049ce9033255b273be10cfee86e07ad 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/17313
+       * Makefile.in (specs.ready): Depend on cc1$(exeext).
+
 2004-09-06  James E Wilson  <wilson@specifixinc.com>
 
        * config/mips/mips.md (movsf_hardfloat, movdf_hardfloat_64bit,
index cb222d99b73e168ab4defa9f0ec4940f977ca333..dea566ed285b58cac672f80f9caa4ece0b0b8eb1 100644 (file)
@@ -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 \