Fix "make distclean" when there is no editor backup file to remove.
authorYann Dirson <ydirson@free.fr>
Wed, 18 Dec 2013 20:44:10 +0000 (21:44 +0100)
committerYann Dirson <ydirson@free.fr>
Wed, 18 Dec 2013 20:44:10 +0000 (21:44 +0100)
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
 
 #