diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-08 11:14:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-08 11:14:30 +0000 |
commit | 8b76760e56dda7a4e3271fd04eb1d73aa2445909 (patch) | |
tree | 00a478949319ab905e8d822f525a14968329aa8d /gnu/usr.bin/gcc/objc | |
parent | 119fc2e925822ac784d4a1bcfeca076f4b601d50 (diff) |
use $> -- thanks for the debugging help niklas
Diffstat (limited to 'gnu/usr.bin/gcc/objc')
-rw-r--r-- | gnu/usr.bin/gcc/objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |