diff options
| author | Pierre-Marie Pédrot | 2020-03-02 16:59:04 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-03-02 16:59:04 +0100 |
| commit | 650b98cc6dcdeef1090320cc8dfb027894788e82 (patch) | |
| tree | 63ded9e0427e140c7d69db5d5812a108b1c0ff05 /Makefile.build | |
| parent | 209b1c27c5f23787f7159d9f5f5c6f13fcb7dfc0 (diff) | |
| parent | a61b3692918e37f21823fde7805ed28e017ebf78 (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.build | 2 |
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 $@' |
