From 7487b25ee1337a78489f8939ed6e4f5a409927ca Mon Sep 17 00:00:00 2001 From: glondu Date: Sun, 7 Sep 2008 00:55:54 +0000 Subject: $(DLLCOQRUN) is not an executable git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11377 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.build b/Makefile.build index 99dfdd23a..296fd7b6f 100644 --- a/Makefile.build +++ b/Makefile.build @@ -669,7 +669,7 @@ endif # we install it with libraries -$(MKDIR) -p $(FULLCOQLIB)/contrib/micromega $(INSTALLBIN) $(CSDPCERT) $(FULLCOQLIB)/contrib/micromega - $(INSTALLBIN) $(DLLCOQRUN) $(FULLCOQLIB) + $(INSTALLLIB) $(DLLCOQRUN) $(FULLCOQLIB) install-library-light: $(MKDIR) $(FULLCOQLIB) -- cgit v1.2.3