aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglondu2008-07-28 11:52:41 +0000
committerglondu2008-07-28 11:52:41 +0000
commitf5188e6e5b1152b3084db37f6ab1c5cba694242c (patch)
treed3c6a371b5135d0323a631cf0487d3c1397f6832
parentf7665a72dba3a896997220d738597cfe05b27990 (diff)
Remove pcoq from check prerequisites
It is already built by world, and this way, "make -j3 check" from clean sources work. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11283 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 74845263c9..1d9b74febc 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -496,7 +496,7 @@ install-pcoq-manpages:
# tests
###########################################################################
-check:: world pcoq
+check:: world
cd test-suite; \
env COQBIN=../bin COQLIB=.. ./check -$(BEST) | tee check.log
if grep -F 'Error!' test-suite/check.log ; then false; fi