diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Makefile.build | 4 | ||||
| -rw-r--r-- | Makefile.common | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -181,7 +181,7 @@ archclean: clean-ide cleantheories rm -f $(COQTOPOPT) $(COQMKTOPOPT) $(COQCOPT) $(CHICKENOPT) rm -f bin/coq-parser.opt$(EXE) bin/coq-interface.opt$(EXE) find . -name '*.cmx' -or -name '*.cmxa' -or -name '*.[soa]' -or -name '*.so' | xargs rm -f - rm -f $(TOOLS) + rm -f $(TOOLS) $(CSDPCERT) clean-ide: rm -f $(COQIDECMO) $(COQIDECMX) $(COQIDECMO:.cmo=.cmi) $(COQIDEBYTE) $(COQIDEOPT) $(COQIDE) 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) 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 |
