Mercurial > emacs
changeset 18897:84972fa25ac1
(top_distclean): Use -f to delete contents of lock dir.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Jul 1997 18:42:03 +0000 |
parents | a5abb17e7691 |
children | fa6d68fd97b1 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Jul 21 18:24:06 1997 +0000 +++ b/Makefile.in Mon Jul 21 18:42:03 1997 +0000 @@ -461,7 +461,7 @@ 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)