Commit 792f1ab9 by Richard Stallman

(libobjc.a): Depend on $(USE_COLLECT2)

From-SVN: r4298
parent 5690d33f
...@@ -695,7 +695,7 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2) ...@@ -695,7 +695,7 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2)
objc-runtime: libobjc.a objc-runtime: libobjc.a
# Build the Objective C runtime library. # 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 if [ -d objc ]; then true; else mkdir objc; fi
thisdir1=`pwd`; \ thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \ srcdir1=`cd $(srcdir); pwd`; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment