diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2001-11-08 10:32:24 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2001-11-08 10:32:24 +0000 |
commit | ac238f86321f384978b03107ac839e1d6b6b5da9 (patch) | |
tree | ff98c250f0567d278d60063ec912bc05b5464042 /otherlibs/systhreads | |
parent | 7f6cd78f5a10cf83028dc4657a5cb88a7c6a91d3 (diff) |
Appeler ocamlmklib via ocamlrun (PR#613)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3999 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/systhreads')
-rw-r--r-- | otherlibs/systhreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/systhreads/Makefile b/otherlibs/systhreads/Makefile index 6ea121cdc..41a266e7f 100644 --- a/otherlibs/systhreads/Makefile +++ b/otherlibs/systhreads/Makefile @@ -16,7 +16,7 @@ include ../../config/Makefile CAMLC=../../boot/ocamlrun ../../ocamlc -I ../../stdlib -I ../unix CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib -I ../unix -MKLIB=../../tools/ocamlmklib +MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib BYTECODE_C_OBJS=posix_b.o NATIVECODE_C_OBJS=posix_n.o |