From c0cacfd5a58ad8d0bdb5fb64ab9457f959684412 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 12 Sep 1995 17:40:04 -0400 Subject: [PATCH] Changed archive command for libobjc.a to use $? for objects. From-SVN: r10332 --- gcc/objc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2