tventi: use 9ar, not ar (fixes Darwin build problem) - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 32ee64c23069d726060d710f8071ca8e9f7b310f
(DIR) parent e7ae61181c96663ca6b5620f78a0d1fdd3a93002
(HTM) 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:
M src/cmd/venti/srv/mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/venti/srv/mkfile b/src/cmd/venti/srv/mkfile
t@@ -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