X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=0fd0bd9342cf27d3021876230bb44372d9acca85;hb=1bcae23ef41ad2110426eebd97671d27d09213a3;hp=cc4d94f10b44f4b9d5ca2c7f562372249f49b2de;hpb=08ecc780b3b0a4cac7ed72cf68c310e4eeffa2c1;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index cc4d94f10..0fd0bd934 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -17,14 +17,14 @@ MODULES = \ tactics \ cic_notation \ cic_transformations \ - cic_textual_parser2 \ + cic_disambiguation \ paramodulation \ $(NULL) OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLPATH = @OCAMLFIND_META_DIR@ -METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-disambiguator +METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation all: metas $(MODULES:%=%.all) opt: metas $(MODULES:%=%.opt)