aboutsummaryrefslogtreecommitdiff
path: root/src/mkone
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-02-29 23:09:35 +0000
committerrsc <devnull@localhost>2004-02-29 23:09:35 +0000
commite04d5bee6949d103a588659ee155f13f755cc2e2 (patch)
tree76c42ad884cc33836ef5f15f379ef4a3dc9c08f1 /src/mkone
parent2fd9db992abb50c889272c62cd68bce884407c15 (diff)
downloadplan9port-e04d5bee6949d103a588659ee155f13f755cc2e2.tar.gz
plan9port-e04d5bee6949d103a588659ee155f13f755cc2e2.tar.bz2
plan9port-e04d5bee6949d103a588659ee155f13f755cc2e2.zip
Tweak listing of libraries.
Diffstat (limited to 'src/mkone')
-rw-r--r--src/mkone2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkone b/src/mkone
index 1a744730..412f4865 100644
--- a/src/mkone
+++ b/src/mkone
@@ -2,7 +2,7 @@ PROG=$O.$TARG
all:V: $PROG
-$PROG: $OFILES $LIB
+$PROG: $OFILES $LIB ${SHORTLIB:%=$LIBDIR/lib%.a}
$LD -o $target $prereq $LDFLAGS
install:V: $TARG.install