commit 32ee64c23069d726060d710f8071ca8e9f7b310f
parent e7ae61181c96663ca6b5620f78a0d1fdd3a93002
Author: Russ Cox <rsc@swtch.com>
Date: Wed, 31 Oct 2007 17:29:00 -0400
venti: use 9ar, not ar (fixes Darwin build problem)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/venti/srv/mkfile b/src/cmd/venti/srv/mkfile
@@ -77,7 +77,7 @@ CLEANFILES=$CLEANFILES $SLIB
<$PLAN9/src/mkmany
$SLIB: $LIBOFILES
- ar rvc $SLIB $LIBOFILES
+ 9ar rvc $SLIB $LIBOFILES
# xml.c:D: mkxml dat.h
# ./mkxml dat.h > xml.c