mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
small changes for build
This commit is contained in:
parent
3ddda82110
commit
09dd30c9a0
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ LIBFILES=\
|
|||
fs\
|
||||
pack\
|
||||
|
||||
SHORTLIB=venti sec thread mux bio 9
|
||||
SHORTLIB=venti sec mux thread bio 9
|
||||
LIB=${LIBFILES:%=%.$O}
|
||||
|
||||
HFILES=\
|
||||
|
|
|
@ -115,6 +115,7 @@ threadmain(int argc, char *argv[])
|
|||
char *host = nil;
|
||||
int statsflag = 0;
|
||||
|
||||
threadlinklibrary();
|
||||
atexit(cleanup);
|
||||
|
||||
ARGBEGIN{
|
||||
|
|
Loading…
Reference in a new issue