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
commit39b62b3bf31e9111e7879908e8a56a6546a645bd (patch)
tree42add901ae5671777c551a7500967573d57977c9 /Makefile.in
parent64a072198028d6394000f7a9edec306aa23812b8 (diff)
downloademacs-39b62b3bf31e9111e7879908e8a56a6546a645bd.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)