diff options
author | 1997-04-08 11:14:29 +0000 | |
---|---|---|
committer | 1997-04-08 11:14:29 +0000 | |
commit | 73b4ad90f03f94b5c912a466a3d32b990d633f69 (patch) | |
tree | ad02337040d84f629b421f3579d4dc71def22e2f | |
parent | attempt cd9660 & part/nblks fix (diff) | |
download | wireguard-openbsd-73b4ad90f03f94b5c912a466a3d32b990d633f69.tar.xz wireguard-openbsd-73b4ad90f03f94b5c912a466a3d32b990d633f69.zip |
use $> -- thanks for the debugging help niklas
-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 \ |