diff options
| author | Russ Cox <rsc@swtch.com> | 2007-11-05 11:27:14 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2007-11-05 11:27:14 -0500 |
| commit | 50808670fce561a500eb46267f7da10bddad3524 (patch) | |
| tree | 19d9cee5d05f9c781ebe1708421358eee0564ebb /src/cmd/venti | |
| parent | eb5d2a54d5ee79118c8081c7de3409f93e500b54 (diff) | |
| download | plan9port-50808670fce561a500eb46267f7da10bddad3524.tar.gz plan9port-50808670fce561a500eb46267f7da10bddad3524.zip | |
build: use ar s flag to avoid ranlib
Diffstat (limited to 'src/cmd/venti')
| -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 4ff8bb0e..0c7ad8eb 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 - 9ar rvc $SLIB $LIBOFILES + 9ar rsc $SLIB $LIBOFILES # xml.c:D: mkxml dat.h # ./mkxml dat.h > xml.c |
