summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-19 21:05:21 +0000
committerJim Blandy <jimb@redhat.com>1993-06-19 21:05:21 +0000
commitfcf680781f33db9e38a84b8f41b6d42d7fb8805e (patch)
treebff4dc09e9add059be7819f8e3b7029812b9bf50 /Makefile.in
parent1a5abd2e25c48e38bb2705e0d4fde10a3f0afdf5 (diff)
downloademacs-fcf680781f33db9e38a84b8f41b6d42d7fb8805e.tar.gz
* Makefile.in (top_distclean): Use -f switch when cleaning out
lock dir; it might be empty.
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 0f67123d62b..630df20da7e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -452,7 +452,7 @@ clean: FRC.clean
top_distclean=\
rm -f config.status build-install ; \
rm -f Makefile ${SUBDIR_MAKEFILES} ; \
- (cd lock ; rm *)
+ (cd lock ; rm -f *)
distclean: FRC.distclean
(cd src; make ${MFLAGS} distclean)
(cd oldXMenu; make ${MFLAGS} distclean)