From: Yann Dirson Date: Wed, 18 Dec 2013 20:44:10 +0000 (+0100) Subject: Fix "make distclean" when there is no editor backup file to remove. X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=commitdiff_plain;h=85a9e767732ed6cb0aa5265f3d952fd41a9f38cc;hp=df8b3b99b4c2a647681879c097746ad162107759 Fix "make distclean" when there is no editor backup file to remove. --- diff --git a/Makefile.in b/Makefile.in index ca1af25..b67c486 100644 --- a/Makefile.in +++ b/Makefile.in @@ -123,7 +123,7 @@ DISTCLEANFILES = \ distclean: clean rm -rf $(DISTCLEANFILES) - find -name '*~' | xargs rm + find -name '*~' | xargs rm -f cd $(BUILDROOT)/doc && $(MAKE) distclean #