Changed archive command for libobjc.a to use $? for objects.

From-SVN: r10332
This commit is contained in:
Richard Kenner 1995-09-12 17:40:04 -04:00
parent 435546906e
commit c0cacfd5a5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \