aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-21 18:42:03 +0000
committerRichard M. Stallman <[email protected]>1997-07-21 18:42:03 +0000
commitb1b7afc798b9020d1d3e4d4dbd459acec8c85510 (patch)
treebcdceee876c0cf540168c43c83c825058605cf71 /Makefile.in
parentaca9b721bb0123f15a4b08091cb3612e89769544 (diff)
(top_distclean): Use -f to delete contents of lock dir.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 95cb7a0700..9425a3def0 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)