Makefile: adapt to removal from vmthreads

master
Nicolás Ojeda Bär 2019-03-11 20:52:17 +01:00
parent 705054b346
commit 612dbf1b74
2 changed files with 1 additions and 2 deletions

View File

@ -927,7 +927,7 @@ clean::
rm -f stdlib/libcamlrun.$(A)
otherlibs_all := bigarray dynlink graph raw_spacetime_lib \
str systhreads threads unix win32graph win32unix
str systhreads unix win32graph win32unix
subdirs := debugger lex ocamldoc ocamltest runtime stdlib tools \
$(addprefix otherlibs/, $(otherlibs_all)) \

View File

@ -161,7 +161,6 @@ CC_PROFILE=@cc_profile@
# Currently available:
# unix Unix system calls
# str Regular expressions and high-level string processing
# threads Lightweight concurrent processes
# systhreads Same as threads, requires POSIX threads
# graph Portable drawing primitives for X11
# dynlink Dynamic linking of bytecode