commit b9403fe70a539ab5a6d174e5a800082c542ea06b parent 24c8d8491f7260a6b24b285bdcafc3a5f7351cbb Author: rsc <devnull@localhost> Date: Wed, 21 Apr 2004 22:37:44 +0000 use fancy mk syntax Diffstat:
M | src/mklib | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/mklib b/src/mklib @@ -1,7 +1,8 @@ default:V: $LIB -$LIB: $OFILES - $AR rvc $LIB $newprereq +$LIB(%):N: % +$LIB: ${OFILES:%=$LIB(%)} + $AR rvc $LIB `membername $newprereq` &:n: &.$O $AR rvc $LIB $stem.$O