aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorherbelin2002-11-24 22:09:38 +0000
committerherbelin2002-11-24 22:09:38 +0000
commitf33c00c75d833540910ce40ecf373e3d4b3a8f8f (patch)
tree238260b51b5989d284d43dda0fffaa5275e86c72 /dev
parenta2d8516bc6eb1f9b44cf682756eeda8684c9f229 (diff)
Ajout interp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3263 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/ocamldebug-v7.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-v7.template b/dev/ocamldebug-v7.template
index 7d133c7ae5..53f7ac2a36 100644
--- a/dev/ocamldebug-v7.template
+++ b/dev/ocamldebug-v7.template
@@ -27,7 +27,7 @@ case $coqdebug in
-I $COQTOP/config \
-I $COQTOP/lib -I $COQTOP/kernel \
-I $COQTOP/library -I $COQTOP/pretyping -I $COQTOP/parsing \
- -I $COQTOP/proofs -I $COQTOP/tactics \
+ -I $COQTOP/interp -I $COQTOP/proofs -I $COQTOP/tactics \
-I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \
-I $COQTOP/contrib/correctness \
-I $COQTOP/contrib/extraction -I $COQTOP/contrib/field \