aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-17 18:21:19 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-17 18:21:19 +0100
commitea64d739af16952883abce536958ac4877698277 (patch)
tree090752ca05d8b747270f152351849801b6e92f50 /Makefile
parent4f074002b6c2b626a3f41528e9b3bdf62b82e2bc (diff)
downloadvericert-ea64d739af16952883abce536958ac4877698277.tar.gz
vericert-ea64d739af16952883abce536958ac4877698277.zip
Fix compilation with new CompCert version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 763c892..d14ef13 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,10 @@ all: lib/COMPCERTSTAMP
$(MAKE) proof
$(MAKE) compile
-lib/COMPCERTSTAMP:
+lib/CompCert/Makefile.config: lib/CompCert/configure
(cd lib/CompCert && ./configure --ignore-coq-version $(ARCH))
+
+lib/COMPCERTSTAMP: lib/CompCert/Makefile.config
$(MAKE) HAS_RUNTIME_LIB=false CLIGHTGEN=false INSTALL_COQDEV=false -C lib/CompCert
touch $@