diff options
| author | glondu | 2008-09-07 22:27:43 +0000 |
|---|---|---|
| committer | glondu | 2008-09-07 22:27:43 +0000 |
| commit | f73034a0a11f5d4bb902e8ea07c8f5492148cc05 (patch) | |
| tree | 3f93dac46d63eb64f67f7b3e7dcb9f63b37f7e4d /Makefile.build | |
| parent | 68323044efbacaa62d755451a40e3e2ef94d5736 (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.build')
| -rw-r--r-- | Makefile.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build index 19d8f021f9..908c0a67cc 100644 --- a/Makefile.build +++ b/Makefile.build @@ -668,8 +668,8 @@ ifeq ($(BEST),opt) $(INSTALLLIB) $(LINKCMX) $(FULLCOQLIB) endif find . -name \*.cmi -exec $(INSTALLLIB) {} $(FULLCOQLIB) \; - # csdpcert is not meant to be directly called by the user; - # we install it with libraries +# csdpcert is not meant to be directly called by the user; we install +# it with libraries -$(MKDIR) -p $(FULLCOQLIB)/contrib/micromega $(INSTALLBIN) $(CSDPCERT) $(FULLCOQLIB)/contrib/micromega $(INSTALLLIB) $(DLLCOQRUN) $(FULLCOQLIB) |
