diff options
| author | herbelin | 2001-10-03 14:04:55 +0000 |
|---|---|---|
| committer | herbelin | 2001-10-03 14:04:55 +0000 |
| commit | 2096151b12d5565771aefcc4c87726ce367ae50c (patch) | |
| tree | a66301d26eb53b4af3412af83629a9b52e164ed8 | |
| parent | bdc48f9b16e31dbf1c90dfb5b4cccb221886f132 (diff) | |
coqtop includes itself the needed paths
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2098 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ OCAMLOPT_P4O=$(OCAMLOPT) -pp $(CAMLP4O) $(OPTFLAGS) CAMLP4EXTENDFLAGS=-I . pa_extend.cmo q_MLast.cmo CAMLP4DEPS=sed -n -e 's|^(\*.*camlp4deps: "\(.*\)".*\*)$$|\1|p' -COQINCLUDES=-R theories Coq -R contrib Coq +COQINCLUDES= # coqtop includes itself the needed paths ########################################################################### # Objects files |
