X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2FMakefile;h=9ac3969b646f03733ef7a1e9a53b1f6c1b033d3f;hb=281f0c7b4fc0d5b97025625af2ecff85edebbb5c;hp=4bcb2d53f22f4a2a4bc036c0f0c6e30061ce5ed1;hpb=4dc282b8b71479d45704b414d1a10a27e71752f1;p=helm.git diff --git a/helm/software/components/binaries/transcript/Makefile b/helm/software/components/binaries/transcript/Makefile index 4bcb2d53f..9ac3969b6 100644 --- a/helm/software/components/binaries/transcript/Makefile +++ b/helm/software/components/binaries/transcript/Makefile @@ -73,7 +73,7 @@ depend.opt: .depend.opt %.cmo %.cmi: %.ml $(EXTRAS) $(LIBRARIES) @echo " OCAMLC $<" $(H)$(OCAMLC) -c $< -%.cmx: %.ml $(EXTRAS) $(LIBRARIES_OPT) +%.o %.cmx %.cmi: %.ml $(EXTRAS) $(LIBRARIES_OPT) @echo " OCAMLOPT $<" $(H)$(OCAMLOPT) -c $< %.ml %.mli: %.mly $(EXTRAS) @@ -83,8 +83,6 @@ depend.opt: .depend.opt @echo " OCAMLLEX $<" $(H)$(OCAMLLEX) $< -include ../../../Makefile.defs - ifeq ($(MAKECMDGOALS),) include .depend endif