diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-06-23 01:39:33 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2003-06-23 01:39:33 +0000 |
commit | 9e565050e72679f35568b0ad817e555d342d02e3 (patch) | |
tree | ed950ee3092bcf32bcce8f8b6ae1378f254c7068 | |
parent | 0c39583400f49044175b382d73802dc169be2d8d (diff) |
ordre dans stdlib.cma
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5608 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/threads/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile index 1bbc626ad..bd2a6309b 100644 --- a/otherlibs/threads/Makefile +++ b/otherlibs/threads/Makefile @@ -30,7 +30,8 @@ LIB=../../stdlib LIB_OBJS=pervasives.cmo \ $(LIB)/array.cmo $(LIB)/list.cmo $(LIB)/char.cmo $(LIB)/string.cmo \ $(LIB)/sys.cmo $(LIB)/hashtbl.cmo $(LIB)/sort.cmo \ - marshal.cmo $(LIB)/obj.cmo \ + marshal.cmo $(LIB)/obj.cmo $(LIB)/int32.cmo $(LIB)/int64.cmo \ + $(LIB)/nativeint.cmo \ $(LIB)/lexing.cmo $(LIB)/parsing.cmo \ $(LIB)/set.cmo $(LIB)/map.cmo $(LIB)/stack.cmo $(LIB)/queue.cmo \ $(LIB)/stream.cmo $(LIB)/buffer.cmo \ @@ -39,8 +40,7 @@ LIB_OBJS=pervasives.cmo \ $(LIB)/printexc.cmo $(LIB)/gc.cmo $(LIB)/digest.cmo $(LIB)/random.cmo \ $(LIB)/camlinternalOO.cmo \ $(LIB)/oo.cmo $(LIB)/genlex.cmo $(LIB)/callback.cmo $(LIB)/weak.cmo \ - $(LIB)/lazy.cmo $(LIB)/filename.cmo $(LIB)/int32.cmo $(LIB)/int64.cmo \ - $(LIB)/nativeint.cmo \ + $(LIB)/lazy.cmo $(LIB)/filename.cmo \ $(LIB)/arrayLabels.cmo $(LIB)/listLabels.cmo $(LIB)/stringLabels.cmo \ $(LIB)/stdLabels.cmo $(LIB)/moreLabels.cmo |