summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-04-08 11:14:29 +0000
committerderaadt <deraadt@openbsd.org>1997-04-08 11:14:29 +0000
commit73b4ad90f03f94b5c912a466a3d32b990d633f69 (patch)
treead02337040d84f629b421f3579d4dc71def22e2f
parentattempt cd9660 & part/nblks fix (diff)
downloadwireguard-openbsd-73b4ad90f03f94b5c912a466a3d32b990d633f69.tar.xz
wireguard-openbsd-73b4ad90f03f94b5c912a466a3d32b990d633f69.zip
use $> -- thanks for the debugging help niklas
-rw-r--r--gnu/usr.bin/gcc/objc/Makefile2
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 \