From 32ee64c23069d726060d710f8071ca8e9f7b310f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 31 Oct 2007 17:29:00 -0400 Subject: venti: use 9ar, not ar (fixes Darwin build problem) --- src/cmd/venti/srv/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd') diff --git a/src/cmd/venti/srv/mkfile b/src/cmd/venti/srv/mkfile index dc54187e..4ff8bb0e 100644 --- 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 -- cgit v1.2.3