Merge branch 'maint'
[gnushogi.git] / Makefile.in
index ca1af25..4293c57 100644 (file)
@@ -3,6 +3,7 @@
 #
 # Copyright (c) 1993, 1994 Matthias Mutz
 # Copyright (c) 1998, 1999 Michael Vanier and the Free Software Foundation
+# Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation
 #
 # GNU Shogi is based on GNU Chess
 # Copyright (c) 1992 Free Software Foundation
@@ -123,7 +124,7 @@ DISTCLEANFILES = \
 
 distclean: clean
        rm -rf $(DISTCLEANFILES)
-       find -name '*~' | xargs rm
+       find -name '*~' | xargs rm -f
        cd $(BUILDROOT)/doc && $(MAKE) distclean
 
 #