diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2015-09-17 09:48:19 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2015-09-17 09:48:19 +0200 |
commit | 13ea0a5011875e362aa388989b72b3f7ed0c505b (patch) | |
tree | faa045035065875845cea1c80cbb3a3b4f624fbf /tools | |
parent | f2f805ed8275f70767284f4d3c8a13db6f8c8923 (diff) | |
parent | fbb3ccdb099170e5a39c9f39512b1ab2503951ea (diff) |
Merge branch 'v8.5' into trunk
Diffstat (limited to 'tools')
-rw-r--r-- | tools/coq_makefile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index b21845aea..e0475646f 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -770,7 +770,7 @@ let ensure_root_dir (v,(mli,ml4,ml,mllib,mlpack),_,_) ((ml_inc,i_inc,r_inc) as l && not_tops mllib && not_tops mlpack) then l else - ((".",here)::ml_inc,(".","Top",here)::i_inc,r_inc) + ((".",here)::ml_inc,i_inc,(".","Top",here)::r_inc) let warn_install_at_root_directory (vfiles,(mlifiles,ml4files,mlfiles,mllibfiles,mlpackfiles),_,_) (inc_ml,inc_i,inc_r) = |