diff options
| author | Pierre-Marie Pédrot | 2015-02-24 23:58:56 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-02-27 00:07:39 +0100 |
| commit | 2206b405c19940ca4ded2179d371c21fd13f1b6b (patch) | |
| tree | e6de3d347e53644439203cbfcb209a9fa4ffb462 /tools | |
| parent | 93db616a6cbebf37f2f4f983963a87a4f66972e7 (diff) | |
Adding a new folder corresponding to the low-level part of the pretyper
together with the tactic monad.
The move is not complete yet, because some file candidates for this directory
have almost useless dependencies in other ones that should not be moved.
Diffstat (limited to 'tools')
| -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 84b4b5e5df..f9a84887d9 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -442,7 +442,7 @@ let variables is_install opt (args,defs) = (* Caml executables and relative variables *) if !some_ml4file || !some_mlfile || !some_mlifile then begin print "COQSRCLIBS?=-I \"$(COQLIB)kernel\" -I \"$(COQLIB)lib\" \\ - -I \"$(COQLIB)library\" -I \"$(COQLIB)parsing\" -I \"$(COQLIB)pretyping\" \\ + -I \"$(COQLIB)library\" -I \"$(COQLIB)parsing\" -I \"$(COQLIB)engine\" -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)stm\" -I \"$(COQLIB)grammar\" \\ |
