diff options
Diffstat (limited to 'dev/ocamldebug-v7.template')
-rw-r--r-- | dev/ocamldebug-v7.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-v7.template b/dev/ocamldebug-v7.template index 68cd59842..115cba72f 100644 --- a/dev/ocamldebug-v7.template +++ b/dev/ocamldebug-v7.template @@ -30,7 +30,7 @@ case $coqdebug in -I $COQTOP/proofs -I $COQTOP/tactics \ -I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \ -I $COQTOP/contrib/omega -I $COQTOP/contrib/ring \ - -I $COQTOP/contrib/extraction \ + -I $COQTOP/contrib/extraction -I $COQTOP/contrib/correctness \ $* $args;; *) exec $OCAMLDEBUG $*;; esac |