aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0f67123d62..630df20da7 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)