aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coq_makefile.ml
diff options
context:
space:
mode:
authorGravatar regisgia <regisgia@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-07 10:19:42 +0000
committerGravatar regisgia <regisgia@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-07 10:19:42 +0000
commit9a2f43eca179436f0581751b93c989fd30a5c13c (patch)
treeddff2c9d2ef7f660d0368deb850f7949d9cc2ded /tools/coq_makefile.ml
parentbc90bb53aa4d3d2a6750a6f1bd352f8c5a9e3f52 (diff)
* tools/Coq_makefile:
Add '-I config' in the options of the ocaml compilers. This is useful to reuse site configuration in plugins. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16027 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coq_makefile.ml')
-rw-r--r--tools/coq_makefile.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index 88ae48c52..bc90caafe 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -406,7 +406,7 @@ let variables is_install opt (args,defs) =
-I $(COQLIB)library -I $(COQLIB)parsing -I $(COQLIB)pretyping \\
-I $(COQLIB)interp -I $(COQLIB)printing -I $(COQLIB)intf \\
-I $(COQLIB)proofs -I $(COQLIB)tactics -I $(COQLIB)tools \\
- -I $(COQLIB)toplevel -I $(COQLIB)grammar";
+ -I $(COQLIB)toplevel -I $(COQLIB)grammar -I $(COQLIB)config";
List.iter (fun c -> print " \\
-I $(COQLIB)"; print c) Coq_config.plugins_dirs; print "\n";
print "ZFLAGS=$(OCAMLLIBS) $(COQSRCLIBS) -I $(CAMLP4LIB)\n\n";