Dans stdlib speciale threads: Marshal mal place, Lazy oublie

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1786 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1997-11-19 10:01:18 +00:00
parent 61ee542903
commit 18881a0f22
1 changed files with 3 additions and 2 deletions

View File

@ -13,12 +13,13 @@ LIB=../../stdlib
LIB_OBJS=pervasives.cmo \
$(LIB)/list.cmo $(LIB)/char.cmo $(LIB)/string.cmo \
$(LIB)/array.cmo $(LIB)/sys.cmo $(LIB)/hashtbl.cmo $(LIB)/sort.cmo \
$(LIB)/filename.cmo $(LIB)/obj.cmo $(LIB)/lexing.cmo $(LIB)/parsing.cmo \
$(LIB)/filename.cmo $(LIB)/marshal.cmo $(LIB)/obj.cmo \
$(LIB)/lexing.cmo $(LIB)/parsing.cmo \
$(LIB)/set.cmo $(LIB)/map.cmo $(LIB)/stack.cmo $(LIB)/queue.cmo \
$(LIB)/stream.cmo $(LIB)/printf.cmo $(LIB)/format.cmo $(LIB)/arg.cmo \
$(LIB)/printexc.cmo $(LIB)/gc.cmo $(LIB)/digest.cmo $(LIB)/random.cmo \
$(LIB)/oo.cmo $(LIB)/genlex.cmo $(LIB)/callback.cmo $(LIB)/weak.cmo \
$(LIB)/marshal.cmo
$(LIB)/lazy.cmo
all: libthreads.a threads.cma stdlib.cma