diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 888d06ece74..a84a2741ca7 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 \