aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2017-12-11 09:42:42 +0100
committerGitHub <noreply@github.com>2017-12-11 09:42:42 +0100
commitf44bf0961c9211cc650a47f73d575658aec4ba77 (patch)
treed66731ed0842db85fbd192c471c52d0822c8ff9d
parentefe33ff4c85a309833a0302fd09a531c317b7ae1 (diff)
parent84386f3353034b7b579ad1c28b0b2a4bf5c65043 (diff)
downloadcompcert-kvx-f44bf0961c9211cc650a47f73d575658aec4ba77.tar.gz
compcert-kvx-f44bf0961c9211cc650a47f73d575658aec4ba77.zip
Merge pull request #210 from ppedrot/fix-coq-6277
Fix check-proof target of the Makefile after merge of Coq #6277.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e96cb5e3..ec9028ac 100644
--- a/Makefile
+++ b/Makefile
@@ -282,7 +282,7 @@ check-admitted: $(FILES)
# compcert.backend.SelectDivproof.divs_mul_shift_2 takes forever to check
check-proof: $(FILES)
- $(COQCHK) -admit Integers -admit SelectDivproof Complements
+ $(COQCHK) -admit compcert.lib.Integers -admit compcert.backend.SelectDivproof compcert.driver.Complements
print-includes:
@echo $(COQINCLUDES)