]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/Makefile
- Procedural: moved in a directory on its own
[helm.git] / helm / software / components / grafite_parser / Makefile
index 964b0a86a2e623bc3cec9b0585eecffa172f78df..06824b141107f7675b1e33026f011c1096134a3b 100644 (file)
@@ -17,7 +17,7 @@ clean: clean_tests
 # <cross> cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as
 # soon as we have ocaml 3.09 everywhere and "loc" occurrences are replaced by
 # "_loc" occurrences
-UTF8DIR = $(shell $(OCAMLFIND) query helm-utf8_macros)
+UTF8DIR = $(shell $(OCAMLFIND) query helm-syntax_extensions)
 ULEXDIR = $(shell $(OCAMLFIND) query ulex)
 MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ulex.cma pa_unicode_macro.cma -loc loc"
 grafiteParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)