aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e40d853414..aeb7384471 100644
--- a/Makefile
+++ b/Makefile
@@ -759,10 +759,10 @@ JPROVERVO =
CCVO = contrib/cc/CC.vo
contrib/interface/Centaur.vo: contrib/interface/Centaur.v $(INTERFACE)
- $(BESTCOQTOP) -boot -byte $(COQOPTS) -compile $*
+ $(BESTCOQTOP) -v7 -boot -byte $(COQOPTS) -compile $*
contrib/interface/AddDad.vo: contrib/interface/AddDad.v $(INTERFACE) states/initial.coq
- $(BESTCOQTOP) -boot -byte $(COQOPTS) -compile $*
+ $(BESTCOQTOP) -v7 -boot -byte $(COQOPTS) -compile $*
CONTRIBVO = $(OMEGAVO) $(ROMEGAVO) $(RINGVO) $(FIELDVO) $(XMLVO) \
$(CORRECTNESSVO) $(FOURIERVO) \