From: Richard Stallman Date: Mon, 19 Oct 1992 07:37:36 +0000 (+0000) Subject: (mostlyclean): Delete libobjc.a. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ba23f20ecd205ee10f2926d5d3823c16173ae30;p=gcc.git (mostlyclean): Delete libobjc.a. (libobjc.a): Create the objc subdir. From-SVN: r2513 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 6fe1b01c22d..dda4b468de4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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