aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@gcc.gnu.org>1998-04-27 22:27:25 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-04-27 22:27:25 +0000
commitf163f35b5ba5c8855c547ca2f0cca37b5ec5b1c0 (patch)
treec376018ff1fd6dfbc01d599b4901427acf4f2dfc
parentbd55c3743861b4ee8e8fa65afc2c05336c56455f (diff)
downloadgcc-f163f35b5ba5c8855c547ca2f0cca37b5ec5b1c0.zip
gcc-f163f35b5ba5c8855c547ca2f0cca37b5ec5b1c0.tar.gz
gcc-f163f35b5ba5c8855c547ca2f0cca37b5ec5b1c0.tar.bz2
Makefile.in (libgcc2.ready): Revert last patch (Apr 24).
8 * Makefile.in (libgcc2.ready): Revert last patch (Apr 24). From-SVN: r19455
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 888d06e..a84a274 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 $(STMP_FIXPROTO)
+libgcc2.ready: $(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs
-if [ -f libgcc2.ready ] ; then \
true; \
else \