libthread: generate correct acid files
/sys/src/cmd/mksyslib uses `{basename $stem .$objtype}^.c to get the source file name for *.acid files. /sys/lib/acid/thread expects sched.$objtype.acid. This lets /sys/src/libthread/mkfile generate that file.
This commit is contained in:
parent
50d23b6acc
commit
5e040b3a2b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ UPDATE=mkfile\
|
|||
$CFILES\
|
||||
$SFILES\
|
||||
|
||||
all:V: $LIB sched.acid channel.acid
|
||||
all:V: $LIB sched.$objtype.acid channel.$objtype.acid
|
||||
|
||||
spim.$O: mips.c
|
||||
$CC $CFLAGS -o $target mips.c
|
||||
|
|
Loading…
Reference in a new issue