Commit 8ba23f20 by Richard Stallman

(mostlyclean): Delete libobjc.a.

(libobjc.a): Create the objc subdir.

From-SVN: r2513
parent d8880fea
......@@ -664,8 +664,9 @@ libgcc.a: $(LIBGCC1) $(LIBGCC2)
objc-runtime: libobjc.a
# Build the Objective C runtime library. Build the Objc compiler first!
# Build the Objective C runtime library.
libobjc.a: cc1obj libgcc2.ready
mkdir objc
thisdir1=`pwd`; \
srcdir1=`cd $(srcdir); pwd`; \
cd objc; \
......@@ -1268,6 +1269,7 @@ mostlyclean:
# Clean the objc subdir.
srcdir1=`cd $(srcdir); pwd`; \
cd objc; $(MAKE) -f $$srcdir1/objc/Makefile mostlyclean
-rm -f libobjc.a
# Delete the temporary source copies for cross compilation.
-rm -f $(HOST_PREFIX_1)rtl.c $(HOST_PREFIX_1)rtlanal.c
-rm -f $(HOST_PREFIX_1)alloca.c $(HOST_PREFIX_1)malloc.c
......
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