From: Richard M. Stallman Date: Mon, 21 Jul 1997 18:42:03 +0000 (+0000) Subject: (top_distclean): Use -f to delete contents of lock dir. X-Git-Tag: emacs-20.1~1049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1b7afc798b9020d1d3e4d4dbd459acec8c85510;p=emacs.git (top_distclean): Use -f to delete contents of lock dir. --- diff --git a/Makefile.in b/Makefile.in index 95cb7a0700e..9425a3def08 100644 --- a/Makefile.in +++ b/Makefile.in @@ -461,7 +461,7 @@ clean: FRC top_distclean=\ rm -f config.status config.cache config.log ; \ rm -f Makefile ${SUBDIR_MAKEFILES} ; \ - (cd lock && (rm * || true)) + (cd lock && (rm -f * || true)) distclean: FRC (cd src; $(MAKE) $(MFLAGS) distclean) (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)