From 6b17c8f11be7556af7ae454b12dc37c9fb264a48 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 21 Apr 2004 06:53:59 +0000 Subject: more tomfoolery. i bet mk can't read the mac os or sun os archives. --- src/mksyslib | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/mksyslib') diff --git a/src/mksyslib b/src/mksyslib index de8824e4..f7ffda11 100644 --- a/src/mksyslib +++ b/src/mksyslib @@ -1,7 +1,11 @@ default:V: $PLAN9/lib/$LIB -$PLAN9/lib/$LIB: $OFILES - $AR rvc $PLAN9/lib/$LIB $newprereq +# $PLAN9/lib/$LIB: $OFILES +# $AR rvc $PLAN9/lib/$LIB $newprereq + +$PLAN9/lib/$LIB(%):N: % +$PLAN9/lib/$LIB: ${OFILES:%=$PLAN9/lib/$LIB(%)} + ar rvc $PLAN9/lib/$LIB `membername $newprereq` &:n: &.$O $AR rvc $PLAN9/lib/$LIB $stem.$O -- cgit v1.2.3