re PR bootstrap/17313 (fixinc.sh isn't parallel build safe)

2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r87133
This commit is contained in:
H.J. Lu 2004-09-06 23:58:14 +00:00 committed by H.J. Lu
parent cfd8e493bc
commit e64dc64724
2 changed files with 7 additions and 1 deletions

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

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