OSDN Git Service

(libobjc.a): Depend on $(USE_COLLECT2)
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 May 1993 21:02:37 +0000 (21:02 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 May 1993 21:02:37 +0000 (21:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4298 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 14ad9c1..085c46a 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`; \