diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-06-10 11:58:05 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-06-10 11:58:05 -0400 |
commit | 8c3f352664c7ad286ae2dcf54e82737827a6d7ba (patch) | |
tree | 560adc64d7c433a7c25a4921299ead44595afbbe /gcc | |
parent | 8c55cd7870df901db8d302371c6512df4003fd4a (diff) | |
download | gcc-8c3f352664c7ad286ae2dcf54e82737827a6d7ba.zip gcc-8c3f352664c7ad286ae2dcf54e82737827a6d7ba.tar.gz gcc-8c3f352664c7ad286ae2dcf54e82737827a6d7ba.tar.bz2 |
(libobjc.a): Don't delete the library.
From-SVN: r12259
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 086f343..151925e 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -61,7 +61,6 @@ OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o encoding.o \ nil_method.o thr.o $(OBJC_THREAD_FILE).o libobjc.a: $(OBJC_O) - -rm -f libobjc.a $(AR) rc libobjc.a $? # ranlib is run in the parent directory's makefile. |