2004-09-06 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/17313
* Makefile.in (specs.ready): Depend on cc1$(exeext).
From-SVN: r87133
+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,
# 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 \