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/mklib | |
parent | eb5d2a54d5ee79118c8081c7de3409f93e500b54 (diff) | |
download | plan9port-50808670fce561a500eb46267f7da10bddad3524.tar.gz plan9port-50808670fce561a500eb46267f7da10bddad3524.tar.bz2 plan9port-50808670fce561a500eb46267f7da10bddad3524.zip |
build: use ar s flag to avoid ranlib
Diffstat (limited to 'src/mklib')
-rw-r--r-- | src/mklib | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ default:V: $LIB $LIB(%):N: % $LIB: ${OFILES:%=$LIB(%)} - $AR rvc $LIB $newmember + $AR rsc $LIB $newmember &:n: &.$O - $AR rvc $LIB $stem.$O + $AR rsc $LIB $stem.$O all install:V: $LIB |