From: deraadt Date: Tue, 8 Apr 1997 11:14:29 +0000 (+0000) Subject: use $> -- thanks for the debugging help niklas X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=73b4ad90f03f94b5c912a466a3d32b990d633f69;p=openbsd use $> -- thanks for the debugging help niklas --- diff --git a/gnu/usr.bin/gcc/objc/Makefile b/gnu/usr.bin/gcc/objc/Makefile index 142948ed328..cf10672c472 100644 --- a/gnu/usr.bin/gcc/objc/Makefile +++ b/gnu/usr.bin/gcc/objc/Makefile @@ -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 $< + $(AR) rc libobjc.a $> # ranlib is run in the parent directory's makefile. OBJC_H = hash.h list.h sarray.h objc.h \