From: Richard Kenner Date: Tue, 12 Sep 1995 21:40:04 +0000 (-0400) Subject: Changed archive command for libobjc.a to use $? for objects. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0cacfd5a58ad8d0bdb5fb64ab9457f959684412;p=gcc.git Changed archive command for libobjc.a to use $? for objects. From-SVN: r10332 --- diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 7a6a1e94138..36981337585 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -60,7 +60,7 @@ OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o encoding.o \ libobjc.a: $(OBJC_O) -rm -f libobjc.a - $(AR) rc libobjc.a $(OBJC_O) + $(AR) rc libobjc.a $? # ranlib is run in the parent directory's makefile. OBJC_H = hash.h list.h sarray.h objc.h \