aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-21 18:42:03 +0000
committerRichard M. Stallman1997-07-21 18:42:03 +0000
commitb1b7afc798b9020d1d3e4d4dbd459acec8c85510 (patch)
treebcdceee876c0cf540168c43c83c825058605cf71
parentaca9b721bb0123f15a4b08091cb3612e89769544 (diff)
downloademacs-b1b7afc798b9020d1d3e4d4dbd459acec8c85510.tar.gz
emacs-b1b7afc798b9020d1d3e4d4dbd459acec8c85510.zip
(top_distclean): Use -f to delete contents of lock dir.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 95cb7a0700e..9425a3def08 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -461,7 +461,7 @@ clean: FRC
461top_distclean=\ 461top_distclean=\
462 rm -f config.status config.cache config.log ; \ 462 rm -f config.status config.cache config.log ; \
463 rm -f Makefile ${SUBDIR_MAKEFILES} ; \ 463 rm -f Makefile ${SUBDIR_MAKEFILES} ; \
464 (cd lock && (rm * || true)) 464 (cd lock && (rm -f * || true))
465distclean: FRC 465distclean: FRC
466 (cd src; $(MAKE) $(MFLAGS) distclean) 466 (cd src; $(MAKE) $(MFLAGS) distclean)
467 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) 467 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)