(libobjc.a): Depend on $(USE_COLLECT2)
authorRichard Stallman <rms@gnu.org>
Sat, 1 May 1993 21:02:37 +0000 (21:02 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 1 May 1993 21:02:37 +0000 (21:02 +0000)
From-SVN: r4298

gcc/Makefile.in

index 14ad9c1b556258a9a88b4fbc3b4b3df9e3ef1822..085c46ae47800d9ee76cbc7e8264aa3a3503e2e9 100644 (file)
@@ -695,7 +695,7 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2)
 objc-runtime: libobjc.a
 
 # Build the Objective C runtime library.
-libobjc.a: cc1obj libgcc2.ready
+libobjc.a: cc1obj libgcc2.ready $(USE_COLLECT2)
        if [ -d objc ]; then true; else mkdir objc; fi
        thisdir1=`pwd`; \
        srcdir1=`cd $(srcdir); pwd`; \