aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-17 18:27:57 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-17 18:27:57 +0100
commit4da44f83eae8d4ed9de27b010ace23d1beffe928 (patch)
treef611b2e41bd2547108c58f27dc3674166f8dc707 /Makefile
parentaac6ec4616cd85bbc22ed124d39b6dd727f15ba5 (diff)
parentc4436c02648502c4cb327d2018229e62a2c0d1c0 (diff)
downloadvericert-4da44f83eae8d4ed9de27b010ace23d1beffe928.tar.gz
vericert-4da44f83eae8d4ed9de27b010ace23d1beffe928.zip
Merge remote-tracking branch 'upstream/master' into dev-michalis
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 $@