X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2FMakefile.am;h=b817cc3794061c3b6cf55b7a762fa7dcfc37c318;hp=bf9760c3bca52321b59026e415f4996241938504;hb=fd6fecea052b608db0e7b328b1b4a2669258a66f;hpb=7428b0a70caed014d0cb4126fe8a77432d8957c6 diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index bf9760c..b817cc3 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -76,11 +76,11 @@ t/guestfs_060_readdir: t/guestfs_060_readdir.ml mlguestfs.cmxa $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/src/.libs -I . unix.cmxa mlguestfs.cmxa $< -o $@ .mli.cmi: - $(OCAMLFIND) ocamlc -c $< + $(OCAMLFIND) ocamlc -c $< -o $@ .ml.cmo: - $(OCAMLFIND) ocamlc -c $< + $(OCAMLFIND) ocamlc -c $< -o $@ .ml.cmx: - $(OCAMLFIND) ocamlopt -c $< + $(OCAMLFIND) ocamlopt -c $< -o $@ depend: .depend