diff options
| author | regisgia | 2012-12-07 12:48:37 +0000 |
|---|---|---|
| committer | regisgia | 2012-12-07 12:48:37 +0000 |
| commit | 5912ff839c3b63e0b26fd406640d84eb2a1b2674 (patch) | |
| tree | 8db61805034292c5456113881c2915d2d08074e1 | |
| parent | 98749c9a507fb4a5bfec049ec7828eb357766884 (diff) | |
Revert "* tools/Coq_makefile:"
This reverts commit 9a2f43eca179436f0581751b93c989fd30a5c13c.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16029 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | tools/coq_makefile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index cbc6df2fff..e113fbbce7 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -407,7 +407,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)config"; + -I $(COQLIB)toplevel -I $(COQLIB)grammar"; List.iter (fun c -> print " \\ -I $(COQLIB)"; print c) Coq_config.plugins_dirs; print "\n"; print "ZFLAGS=$(OCAMLLIBS) $(COQSRCLIBS) -I $(CAMLP4LIB)\n\n"; |
