aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coqdep_boot.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-04-18 16:56:05 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-04-18 16:56:05 +0000
commit95e8234b7a3e3850710a18d26f6dd561497e25d0 (patch)
tree1d5ab022eec7131634bb429a9e73eb3aa66e27f4 /tools/coqdep_boot.ml
parentcd8bcabd56650981d00618cfdabdc51f6c0cc2c1 (diff)
Coqdep: add an -exclude-dir option (wish mentionned in #3025)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16431 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coqdep_boot.ml')
-rw-r--r--tools/coqdep_boot.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep_boot.ml b/tools/coqdep_boot.ml
index 19aba41d3..15fcdc600 100644
--- a/tools/coqdep_boot.ml
+++ b/tools/coqdep_boot.ml
@@ -26,7 +26,7 @@ let rec parse = function
(* To solve conflict (e.g. same filename in kernel and checker)
we allow to state an explicit order *)
add_dir add_known r [];
- norecdir_list:=r::!norecdir_list;
+ norec_dirs:=r::!norec_dirs;
parse ll
| f :: ll -> treat_file None f; parse ll
| [] -> ()