diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index b9828e175..d838561b4 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -201,7 +201,7 @@ install-data-hook: -ldconf ignore -destdir $(DESTDIR)$(OCAMLLIB) \ guestfs \ $(data_hook_files) - rm $(DESTDIR)$(OCAMLLIB)/guestfs/bindtests.* + rm -f $(DESTDIR)$(OCAMLLIB)/guestfs/bindtests.* rm $(DESTDIR)$(OCAMLLIB)/guestfs/libguestfsocaml.a CLEANFILES += $(noinst_DATA) $(check_DATA)