aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Martin-Dorel2019-10-30 11:21:24 +0100
committerPierre Roux2019-11-01 10:21:55 +0100
commitbb8da1d5b5f59112d31fb98e763f4cd40a874f2c (patch)
treeac8b71bd9ebe20c2d7db3cb7911f9b9999f21e8f
parent3cb32772ccd0f2882a40d7f75b044b738adadad3 (diff)
Makefile.build: Fix rules of bin/votour{,.byte}
-rw-r--r--Makefile.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build
index 90b3408d79..b63d582740 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -570,11 +570,11 @@ VOTOURCMO:=clib/cObj.cmo kernel/uint63.cmo kernel/float64.cmo checker/analyze.cm
bin/votour: $(call bestobj, $(VOTOURCMO)) $(LIBCOQRUN)
$(SHOW)'OCAMLBEST -o $@'
- $(HIDE)$(call bestocaml, -I checker -cclib -lcoqrun) $(VMBYTEFLAGS)
+ $(HIDE)$(call bestocaml, -I checker)
bin/votour.byte: $(VOTOURCMO) $(LIBCOQRUN)
$(SHOW)'OCAMLC -o $@'
- $(HIDE)$(call ocamlbyte, -I checker -cclib -lcoqrun) $(VMBYTEFLAGS)
+ $(HIDE)$(call ocamlbyte, -I checker $(VMBYTEFLAGS))
###########################################################################
# Csdp to micromega special targets