OSDN Git Service

d
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 1998 23:04:07 +0000 (23:04 +0000)
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 1998 23:04:07 +0000 (23:04 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19395 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index a84a274..888d06e 100644 (file)
@@ -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 \