diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-02-15 12:03:00 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-02-16 12:31:54 +0100 |
commit | d2b7a485963ff079a27e613a178921479fcc6d89 (patch) | |
tree | 2c2c4dc5112819ee6771e9c3a631f9482913b2d9 /tools | |
parent | d7691de7184b4cdcfd48fd762011569cde5523c5 (diff) |
Restricting the need for coqdep_boot to mllib.d files (since ocaml
3.12.1, ocamldep was able to deal with .ml4, so that building .mllib.d
is the only feature that coqdep_boot was still required for).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/coqdep.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml index 2e0cce6e5..6d5c02830 100644 --- a/tools/coqdep.ml +++ b/tools/coqdep.ml @@ -482,6 +482,7 @@ let coqdep () = if !option_boot then begin add_rec_dir add_known "theories" ["Coq"]; add_rec_dir add_known "plugins" ["Coq"]; + add_caml_dir "tactics"; add_rec_dir (fun _ -> add_caml_known) "theories" ["Coq"]; add_rec_dir (fun _ -> add_caml_known) "plugins" ["Coq"]; end else begin |