diff options
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/Makefile.am | 4 | ||||
-rw-r--r-- | ocaml/examples/Makefile.am | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 6eebc94f..079ce741 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -23,8 +23,8 @@ EXTRA_DIST = \ SUBDIRS = examples -CLEANFILES = *~ *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so -CLEANFILES += t/*~ t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so +CLEANFILES = *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so +CLEANFILES += t/*.cmi t/*.cmo t/*.cmx t/*.o t/*.a t/*.so if HAVE_OCAML diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index 48191e78..abe6cdf3 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -5,6 +5,6 @@ if HAVE_OCAML lvs: lvs.ml $(OCAMLFIND) ocamlopt -I .. mlguestfs.cmxa $< -o $@ -CLEANFILES = *.cmi *.cmo *.cmx *.o *~ lvs +CLEANFILES = *.cmi *.cmo *.cmx *.o lvs endif
\ No newline at end of file |