Commit 44659439 by Richard Stallman

(libobjc.a): Depend on EXTRA_PARTS.

From-SVN: r4434
parent 903a8914
...@@ -697,7 +697,7 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2) ...@@ -697,7 +697,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 $(USE_COLLECT2) libobjc.a: cc1obj libgcc2.ready $(USE_COLLECT2) $(EXTRA_PARTS)
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