aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-03-02 16:59:04 +0100
committerPierre-Marie Pédrot2020-03-02 16:59:04 +0100
commit650b98cc6dcdeef1090320cc8dfb027894788e82 (patch)
tree63ded9e0427e140c7d69db5d5812a108b1c0ff05 /Makefile.build
parent209b1c27c5f23787f7159d9f5f5c6f13fcb7dfc0 (diff)
parenta61b3692918e37f21823fde7805ed28e017ebf78 (diff)
Merge PR #11634: Remove the dependency in float.cmo and uint63.cmo for building votour
Reviewed-by: ppedrot
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 6590f5f308..9e0a402730 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -555,7 +555,7 @@ $(FAKEIDEBYTE): $(FAKEIDECMO) | $(IDETOPBYTE)
# votour: a small vo explorer (based on the checker)
-VOTOURCMO:=clib/cObj.cmo kernel/uint63.cmo kernel/float64.cmo checker/analyze.cmo checker/values.cmo checker/votour.cmo
+VOTOURCMO:=clib/cObj.cmo checker/analyze.cmo checker/values.cmo checker/votour.cmo
bin/votour: $(call bestobj, $(VOTOURCMO)) $(LIBCOQRUN)
$(SHOW)'OCAMLBEST -o $@'