X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Futf8_macros%2FMakefile;h=e3afd40f61645dfeb93bc91860223bf78823fca7;hb=55ba0a660f91e491e904dad63b14ddf2bcc2754d;hp=31a1939ce436eecaf8faede3917e7fd121bd24ca;hpb=8aa30d200433c2518b42f4b25d4b429e4cf44372;p=helm.git diff --git a/helm/ocaml/utf8_macros/Makefile b/helm/ocaml/utf8_macros/Makefile index 31a1939ce..e3afd40f6 100644 --- a/helm/ocaml/utf8_macros/Makefile +++ b/helm/ocaml/utf8_macros/Makefile @@ -1,5 +1,4 @@ PACKAGE = utf8_macros -REQUIRES = PREDICATES = MAKE_TABLE_PACKAGES = helm-xml @@ -20,7 +19,7 @@ utf8MacroTable.cmo: utf8MacroTable.ml $(OCAMLFIND) ocamlc -c $< pa_unicode_macro.cmo: pa_unicode_macro.ml utf8Macro.cmo - $(OCAMLFIND) ocamlc -package camlp4 -pp "camlp4o q_MLast.cmo pa_extend.cmo" -c $< + $(OCAMLFIND) ocamlc -package camlp4 -pp "camlp4o q_MLast.cmo pa_extend.cmo -loc loc" -c $< pa_unicode_macro.cma: utf8MacroTable.cmo utf8Macro.cmo pa_unicode_macro.cmo $(OCAMLFIND) ocamlc -a -o $@ $^