(libobjc.a, sublibobjc.a): 'specs' added to dependencies.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 May 1996 20:40:43 +0000 (16:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 May 1996 20:40:43 +0000 (16:40 -0400)
From-SVN: r12048

gcc/Makefile.in

index 302d6760a87e818e397e2ec34d097708f794ca78..c5d60cad2471af3d4c635538ef5155fcce718e65 100644 (file)
@@ -1005,7 +1005,7 @@ stmp-multilib-sub:
 objc-runtime: libobjc.a
 
 # Build the Objective C runtime library.
-libobjc.a: cc1obj stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
+libobjc.a: cc1obj specs stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
        if [ -d objc ]; then true; else mkdir objc; fi
        thisdir1=`pwd`; \
        srcdir1=`cd $(srcdir); pwd`; \
@@ -1019,7 +1019,7 @@ libobjc.a: cc1obj stmp-int-hdrs libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
        -if $(RANLIB_TEST) ; then $(RANLIB) libobjc.a; else true; fi
 
 # This is used by objc/Makefile if the user runs that directly.
-sublibobjc.a: cc1obj stmp-int-hdrs libgcc2.ready
+sublibobjc.a: cc1obj specs stmp-int-hdrs libgcc2.ready
        thisdir1=`pwd`; \
        srcdir1=`cd $(srcdir); pwd`; \
        cd objc; \