X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Futf8_macros%2FMakefile;h=31a1939ce436eecaf8faede3917e7fd121bd24ca;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=fcc712cb823f55e43f9585cdb0dac2942304187e;hpb=9c1bd84338a0ae7fc50bb3354d08fb6001cbcd24;p=helm.git diff --git a/helm/ocaml/utf8_macros/Makefile b/helm/ocaml/utf8_macros/Makefile index fcc712cb8..31a1939ce 100644 --- a/helm/ocaml/utf8_macros/Makefile +++ b/helm/ocaml/utf8_macros/Makefile @@ -1,6 +1,7 @@ PACKAGE = utf8_macros REQUIRES = PREDICATES = +MAKE_TABLE_PACKAGES = helm-xml # modules which have both a .ml and a .mli INTERFACE_FILES = utf8Macro.mli @@ -11,7 +12,7 @@ EXTRA_OBJECTS_TO_CLEAN = all: utf8_macros.cma pa_unicode_macro.cma make_table: make_table.ml - $(OCAMLFIND) ocamlc -package helm-pxp -linkpkg -o $@ $^ + $(OCAMLFIND) ocamlc -package $(MAKE_TABLE_PACKAGES) -linkpkg -o $@ $^ utf8MacroTable.ml: ./make_table $@