aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-09 19:27:37 +0100
committerGaëtan Gilbert2018-11-20 13:02:04 +0100
commitd7172fbf2d7ae98ea0471a58c21f93671280d50e (patch)
tree0da78b3ce4563460b245eb641acb3d911fd85390
parent4d26550af26c1dab464253cc470e8a876fee0025 (diff)
Fix dune-dbg using checker/main -> checker/coqchk
-rw-r--r--dev/dune2
-rwxr-xr-xdev/dune-dbg.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/dune b/dev/dune
index bfa2d525c9..29a20ac17f 100644
--- a/dev/dune
+++ b/dev/dune
@@ -9,7 +9,7 @@
(rule
(targets dune-dbg)
(deps dune-dbg.in
- ../checker/main.bc
+ ../checker/coqchk.bc
../topbin/coqtop_byte_bin.bc
; This is not enough as the call to `ocamlfind` will fail :/
top_printers.cma)
diff --git a/dev/dune-dbg.in b/dev/dune-dbg.in
index 3f3df23fe1..80ad0500e0 100755
--- a/dev/dune-dbg.in
+++ b/dev/dune-dbg.in
@@ -3,7 +3,7 @@
# Run in a proper install dune env.
case $1 in
checker)
- exe=_build/default/checker/main.bc
+ exe=_build/default/checker/coqchk.bc
;;
*)
exe=_build/default/topbin/coqtop_byte_bin.bc