From b02100226bacc2ebed8dd69adcb5bd8e1df27087 Mon Sep 17 00:00:00 2001 From: pboutill Date: Thu, 31 May 2012 22:20:14 +0000 Subject: Coq_makefile bug for plugins git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15405 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/coq_makefile.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index f38eed4c77..9d796f95c0 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -429,7 +429,7 @@ let include_dirs (inc_i,inc_r) = if !some_ml4file || !some_mlfile || !some_mlifile then begin print "OCAMLLIBS?="; print_list "\\\n " str_i; print "\n"; end; - if !some_vfile then begin + if !some_vfile || !some_mllibfile || !some_mlpackfile then begin print "COQLIBS?="; print_list "\\\n " str_i'; print " "; print_list "\\\n " str_r; print "\n"; print "COQDOCLIBS?="; print_list "\\\n " str_r; print "\n\n"; end -- cgit v1.2.3