Commit c0cacfd5 by Richard Kenner

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

From-SVN: r10332
parent 43554690
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment