From f0593c0d9d95eee6a3f64331a0e67b2aac29ea20 Mon Sep 17 00:00:00 2001 From: gareuselesinge Date: Tue, 20 Aug 2013 13:02:33 +0000 Subject: Fix compilation of coqcheck git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16716 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.build | 2 +- checker/check.mllib | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.build b/Makefile.build index d0007f6188..8100cab729 100644 --- a/Makefile.build +++ b/Makefile.build @@ -125,7 +125,7 @@ endif PR_O := $(if $(READABLE_ML4),pr_o.cmo,pr_dump.cmo) # works also with new camlp4 -SYSMOD:=str unix dynlink +SYSMOD:=str unix dynlink threads SYSCMA:=$(addsuffix .cma,$(SYSMOD)) SYSCMXA:=$(addsuffix .cmxa,$(SYSMOD)) diff --git a/checker/check.mllib b/checker/check.mllib index 24479fb8a9..2b66edcb18 100644 --- a/checker/check.mllib +++ b/checker/check.mllib @@ -24,6 +24,7 @@ Util Future CUnix System +RemoteCounter Envars Predicate Rtree -- cgit v1.2.3