diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-09-07 00:55:54 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-09-07 00:55:54 +0000 |
commit | 7487b25ee1337a78489f8939ed6e4f5a409927ca (patch) | |
tree | f9516f09557773cb31307210eb1c713545c213a0 | |
parent | f4987b1350107512e41fd27f7258759ab758d215 (diff) |
$(DLLCOQRUN) is not an executable
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11377 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
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) |