summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Norton2018-05-18 10:47:10 +0100
committerRobert Norton2018-05-18 10:47:10 +0100
commit760c6bca823dc4038f905e7c4a3d935fc0020f15 (patch)
tree414f53950c2394c60192d4cfce383d694814080e /Makefile
parentb08f0e8538081d8efbbbd6431e739a0b83307678 (diff)
Avoid split_on_char function that was introduced in OCaml 4.04. Use Util version instead and make sure to install util and copy it to ocaml build directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c57cad8e..bfbf6bef 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ install:
mkdir -p $(SHARE_DIR)/src
cp src/elf_loader.ml $(SHARE_DIR)/src
cp src/sail_lib.ml $(SHARE_DIR)/src
+ cp src/util.ml $(SHARE_DIR)/src
cp -r src/gen_lib $(SHARE_DIR)/src
cp -r src/lem_interp $(SHARE_DIR)/src