Fix "make distclean" when there is no editor backup file to remove.
[gnushogi.git] / Makefile.in
index ca1af25..b67c486 100644 (file)
@@ -123,7 +123,7 @@ DISTCLEANFILES = \
 
 distclean: clean
        rm -rf $(DISTCLEANFILES)
-       find -name '*~' | xargs rm
+       find -name '*~' | xargs rm -f
        cd $(BUILDROOT)/doc && $(MAKE) distclean
 
 #