diff options
author | rsc <devnull@localhost> | 2004-02-29 22:42:33 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-02-29 22:42:33 +0000 |
commit | f063dad96ec737db0ce213c4df32ecc600637881 (patch) | |
tree | a8735ff7873de4f7fda886264158e89493875290 /src/cmd/mkfile | |
parent | 91c13e54b5d631b65e2f8344d5e0abd058f78ba1 (diff) | |
download | plan9port-f063dad96ec737db0ce213c4df32ecc600637881.tar.gz plan9port-f063dad96ec737db0ce213c4df32ecc600637881.tar.bz2 plan9port-f063dad96ec737db0ce213c4df32ecc600637881.zip |
Small tweaks to make things build again.
Diffstat (limited to 'src/cmd/mkfile')
-rw-r--r-- | src/cmd/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mkfile b/src/cmd/mkfile index 6e4c218b..dbdc1ed4 100644 --- a/src/cmd/mkfile +++ b/src/cmd/mkfile @@ -2,7 +2,7 @@ PLAN9=../.. <$PLAN9/src/mkhdr TARG=`ls *.c | sed 's/\.c//'` -LDFLAGS=$LDFLAGS -lthread -lsec -lfs -lmux -lregexp9 -lbio -l9 +LDFLAGS=$LDFLAGS -lsec -lfs -lmux -lregexp9 -lthread -lbio -l9 <$PLAN9/src/mkmany |