aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorglondu2008-09-07 22:27:43 +0000
committerglondu2008-09-07 22:27:43 +0000
commitf73034a0a11f5d4bb902e8ea07c8f5492148cc05 (patch)
tree3f93dac46d63eb64f67f7b3e7dcb9f63b37f7e4d /Makefile.common
parent68323044efbacaa62d755451a40e3e2ef94d5736 (diff)
Do not install csdpcert in $(BINDIR)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11388 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 2b2c82f777..a8edbee720 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -60,7 +60,7 @@ COQWC:=bin/coqwc$(EXE)
COQDOC:=bin/coqdoc$(EXE)
TOOLS:=$(COQDEP) $(COQMAKEFILE) $(GALLINA) $(COQTEX) \
- $(COQWC) $(COQDOC) $(CSDPCERT)
+ $(COQWC) $(COQDOC)
###########################################################################
# Documentation