build sys: fix "ocamlbuild -where"
it should now display either $OCAMLLIB/ocamlbuild if OCAMLLIB is defined or the library directory chosen at configure-time of OCaml plus /ocamlbuild: i.e. `ocamlc -where`/ocamlbuild. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9177 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
f897ed0c73
commit
e00a537801
Binary file not shown.
|
@ -344,6 +344,8 @@ copy_rule' "ocamldoc/odoc.byte" "ocamldoc/ocamldoc";;
|
|||
copy_rule' "ocamldoc/odoc_opt.native" "ocamldoc/ocamldoc.opt";;
|
||||
copy_rule' "tools/ocamlmklib.byte" "tools/ocamlmklib";;
|
||||
copy_rule' "otherlibs/dynlink/extract_crc.byte" "otherlibs/dynlink/extract_crc";;
|
||||
copy_rule' "myocamlbuild_config.mli" "ocamlbuild/ocamlbuild_Myocamlbuild_config.mli";;
|
||||
copy_rule' "myocamlbuild_config.ml" "ocamlbuild/ocamlbuild_Myocamlbuild_config.ml";;
|
||||
|
||||
copy_rule' ~insert:`bottom "%" "%.exe";;
|
||||
|
||||
|
|
Loading…
Reference in New Issue