summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-21 18:42:03 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-21 18:42:03 +0000
commit5d4c568b90ae3d54b182fa344c3d55208c5f59ee (patch)
treeb3b8d8de49546479b4eda8ceec50565bf11d9bcd /Makefile.in
parentb2909698c656ba4656522205c9cccac6fa1cbccf (diff)
downloademacs-5d4c568b90ae3d54b182fa344c3d55208c5f59ee.tar.gz
(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 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)