diff options
| author | Russ Cox <rsc@swtch.com> | 2007-10-31 17:29:00 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2007-10-31 17:29:00 -0400 |
| commit | 32ee64c23069d726060d710f8071ca8e9f7b310f (patch) | |
| tree | 4cd370b834ab6a30a26668a452277d108eb29bbc | |
| parent | e7ae61181c96663ca6b5620f78a0d1fdd3a93002 (diff) | |
| download | plan9port-32ee64c23069d726060d710f8071ca8e9f7b310f.tar.gz plan9port-32ee64c23069d726060d710f8071ca8e9f7b310f.zip | |
venti: use 9ar, not ar (fixes Darwin build problem)
| -rw-r--r-- | src/cmd/venti/srv/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
