diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-11-09 13:12:40 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-11-09 13:12:40 +0000 |
commit | 5cd5cb1fc95bd925a01fa85ab57190fe04e8630b (patch) | |
tree | 644cb387163b8bc95dcb2f99a81980edab8152c7 /Makefile | |
parent | e74a76adc938d794b43ce425986c07f6cfe126da (diff) |
-I states dans les includes de Coq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@833 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ OCAMLOPT_P4O=$(OCAMLOPT) -pp camlp4o $(OPTFLAGS) CAMLP4O=camlp4o -I . pa_extend.cmo q_MLast.cmo CAMLP4DEPS=sed -n -e 's|^(\*.*camlp4deps: "\(.*\)".*\*)$$|\1|p' -COQINCLUDES=-I contrib/omega -I contrib/ring -I contrib/xml \ +COQINCLUDES=-I states -I contrib/omega -I contrib/ring -I contrib/xml \ -I theories/Init -I theories/Logic -I theories/Arith \ -I theories/Bool -I theories/Zarith -I theories/Lists \ -I theories/Sets -I theories/Relations -I theories/Reals |