From 9c1bd84338a0ae7fc50bb3354d08fb6001cbcd24 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 14 Jun 2005 11:44:58 +0000 Subject: [PATCH] hack to compile on gazelle --- helm/ocaml/utf8_macros/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/ocaml/utf8_macros/Makefile b/helm/ocaml/utf8_macros/Makefile index 9962c4f60..fcc712cb8 100644 --- a/helm/ocaml/utf8_macros/Makefile +++ b/helm/ocaml/utf8_macros/Makefile @@ -1,5 +1,5 @@ PACKAGE = utf8_macros -REQUIRES = helm-pxp +REQUIRES = PREDICATES = # modules which have both a .ml and a .mli @@ -11,9 +11,9 @@ EXTRA_OBJECTS_TO_CLEAN = all: utf8_macros.cma pa_unicode_macro.cma make_table: make_table.ml - $(OCAMLFIND) ocamlc -package $(REQUIRES) -linkpkg -o $@ $^ + $(OCAMLFIND) ocamlc -package helm-pxp -linkpkg -o $@ $^ -utf8MacroTable.ml: make_table +utf8MacroTable.ml: ./make_table $@ utf8MacroTable.cmo: utf8MacroTable.ml $(OCAMLFIND) ocamlc -c $< -- 2.39.2