X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FMakefile;h=9c231dd873950690d04ff72ad266c7d95dcd346d;hb=5104e38ee747fd1052ce21f3f9f2ecc778d590ba;hp=729590da59a7d9b138495c5baeb1d9a060e9d847;hpb=9a0e4f3be9f70662f18d2d3b6dd60ae79fba565b;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/Makefile b/helm/ocaml/cic_disambiguation/Makefile index 729590da5..9c231dd87 100644 --- a/helm/ocaml/cic_disambiguation/Makefile +++ b/helm/ocaml/cic_disambiguation/Makefile @@ -19,9 +19,12 @@ include ../Makefile.common OCAMLARCHIVEOPTIONS += -linkall disambiguateTypes.cmi: disambiguateTypes.mli - $(OCAMLC) -c -rectypes $< + @echo " OCAMLC -rectypes $<" + @$(OCAMLC) -c -rectypes $< disambiguateTypes.cmo: disambiguateTypes.ml disambiguateTypes.cmi - $(OCAMLC) -c -rectypes $< + @echo " OCAMLC -rectypes $<" + @$(OCAMLC) -c -rectypes $< disambiguateTypes.cmx: disambiguateTypes.ml disambiguateTypes.cmi - $(OCAMLOPT) -c -rectypes $< + @echo " OCAMLOPT -rectypes $<" + @$(OCAMLOPT) -c -rectypes $<