]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/Makefile
Move to OCaml 3.10. Requires debian packages from unstable (soon in testing).
[helm.git] / components / tactics / Makefile
index b576f830b5f94909acd7e9f893b8eeff74a2d1fd..c4e020005e0a8ea4462aa678a88e08aa57062bab 100644 (file)
@@ -42,7 +42,7 @@ tactics.mli: tactics.ml
 
 UTF8DIR = $(shell $(OCAMLFIND) query helm-syntax_extensions)
 STR=$(shell $(OCAMLFIND) query str)
-MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) -I $(STR) str.cma pa_extend.cmo profiling_macros.cma -loc loc"
+MY_SYNTAXOPTIONS = -pp "camlp5o -I $(UTF8DIR) -I $(STR) str.cma pa_extend.cmo profiling_macros.cma -loc loc"
 paramodulation/%.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
 paramodulation/%.cmo: OCAMLC = $(OCAMLC_P4)
 paramodulation/%.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)