aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@gcc.gnu.org>1998-04-23 23:04:07 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-04-23 23:04:07 +0000
commitb9e5c220825d76959997695cde171e42b49e0f29 (patch)
tree56817e73c5b652dd8619d073b600be233568915e
parent4a1991b347064122e396137ed902c7105bd34e02 (diff)
downloadgcc-b9e5c220825d76959997695cde171e42b49e0f29.zip
gcc-b9e5c220825d76959997695cde171e42b49e0f29.tar.gz
gcc-b9e5c220825d76959997695cde171e42b49e0f29.tar.bz2
Makefile.in (libgcc2.ready): Add explicit dependancy from $(STMP_FIXPROTO) to ensure all necessary include...
d * Makefile.in (libgcc2.ready): Add explicit dependancy from $(STMP_FIXPROTO) to ensure all necessary include files have been created and to guarantee proper parallel builds. From-SVN: r19395
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index a84a274..888d06e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -981,7 +981,7 @@ libgcc1.S: libgcc1.c $(CONFIG_H) config.status
# Compiling libgcc2.a requires making sure that cc1, etc. have been compiled.
# But recompiling cc1 should not force recompilation of libgcc2.a.
# If you want to force recompilation, delete libgcc2.a.
-libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs
+libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs $(STMP_FIXPROTO)
-if [ -f libgcc2.ready ] ; then \
true; \
else \