ocamlbuild: fix typo for short_paths+infer_interface
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13873 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
b4c2dc9336
commit
e94ecc00a4
|
@ -554,7 +554,7 @@ flag ["ocaml"; "dtypes"; "compile"] (A "-dtypes");;
|
|||
flag ["ocaml"; "annot"; "compile"] (A "-annot");;
|
||||
flag ["ocaml"; "bin_annot"; "compile"] (A "-bin-annot");;
|
||||
flag ["ocaml"; "short_paths"; "compile"] (A "-short-paths");;
|
||||
flag ["ocaml"; "short_paths"; "infer_interface"] (A "-short_paths");;
|
||||
flag ["ocaml"; "short_paths"; "infer_interface"] (A "-short-paths");;
|
||||
flag ["ocaml"; "rectypes"; "compile"] (A "-rectypes");;
|
||||
flag ["ocaml"; "rectypes"; "infer_interface"] (A "-rectypes");;
|
||||
flag ["ocaml"; "rectypes"; "doc"] (A "-rectypes");;
|
||||
|
|
Loading…
Reference in New Issue