use $> -- thanks for the debugging help niklas
authorderaadt <deraadt@openbsd.org>
Tue, 8 Apr 1997 11:14:29 +0000 (11:14 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 8 Apr 1997 11:14:29 +0000 (11:14 +0000)
gnu/usr.bin/gcc/objc/Makefile

index 142948e..cf10672 100644 (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 $<
+       $(AR) rc libobjc.a $>
 # ranlib is run in the parent directory's makefile.
 
 OBJC_H = hash.h list.h sarray.h objc.h \