aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-04-20 15:18:18 +0200
committerEmilio Jesus Gallego Arias2019-05-21 20:25:20 +0200
commit1df461d41634d1d1dc330f0aca99921d3fced1fd (patch)
treeab3283af9033ea1e8ab24b34bef1ade3ee77f948 /Makefile.build
parente9a5fe993ba36e22316ac9f6ef0564f38a3eb4f9 (diff)
[build] Select uint63 using `ocamlc -config` variables.
This seems more robust and avoids having another implementation of `cp`.
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 034c9ea03c..f0c9e6af01 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -365,7 +365,7 @@ $(COQPP): $(COQPPCMO) coqpp/coqpp_main.ml
###########################################################################
# Specific rules for Uint63
###########################################################################
-kernel/uint63.ml: kernel/write_uint63.ml kernel/uint63_x86.ml kernel/uint63_amd64.ml
+kernel/uint63.ml: kernel/write_uint63.ml kernel/uint63_i386_31.ml kernel/uint63_amd64_63.ml
$(SHOW)'WRITE $@'
$(HIDE)(cd kernel && ocaml unix.cma $(shell basename $<))