diff options
author | rsc <devnull@localhost> | 2004-05-14 20:19:53 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-14 20:19:53 +0000 |
commit | 983990c806eb019cb490449cac70032417222a41 (patch) | |
tree | 887922c7eb4a4ed2d4957e693c0032d97e6ede88 /src/mksyslib | |
parent | 631fe87f4c4bdcbc5785c8eb928d20d063f47e0c (diff) | |
download | plan9port-983990c806eb019cb490449cac70032417222a41.tar.gz plan9port-983990c806eb019cb490449cac70032417222a41.tar.bz2 plan9port-983990c806eb019cb490449cac70032417222a41.zip |
C
little bugs
.
wq
VS: ----------------------------------------------------------------------
Diffstat (limited to 'src/mksyslib')
-rw-r--r-- | src/mksyslib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mksyslib b/src/mksyslib index f7ffda11..ba6a89f8 100644 --- a/src/mksyslib +++ b/src/mksyslib @@ -5,7 +5,7 @@ default:V: $PLAN9/lib/$LIB $PLAN9/lib/$LIB(%):N: % $PLAN9/lib/$LIB: ${OFILES:%=$PLAN9/lib/$LIB(%)} - ar rvc $PLAN9/lib/$LIB `membername $newprereq` + $AR rvc $PLAN9/lib/$LIB `membername $newprereq` &:n: &.$O $AR rvc $PLAN9/lib/$LIB $stem.$O |