From 0329bbb517f0cb0f3707b209ef849d389cf870dc Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 6 Jun 2009 21:43:23 +0000 Subject: Makefile made compatible with Solaris 10 (bug #2078, continued - see revisions 12063 and 12065). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12169 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.build b/Makefile.build index b3b3b269b1..d3abfc8b7e 100644 --- a/Makefile.build +++ b/Makefile.build @@ -649,7 +649,7 @@ ifeq ($(BEST),opt) endif # csdpcert is not meant to be directly called by the user; we install # it with libraries - -$(MKDIR) -p $(FULLCOQLIB)/plugins/micromega + -$(MKDIR) $(FULLCOQLIB)/plugins/micromega $(INSTALLBIN) $(CSDPCERT) $(FULLCOQLIB)/plugins/micromega -$(INSTALLLIB) revision $(FULLCOQLIB) -- cgit v1.2.3