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 0f67123d62b..630df20da7e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -452,7 +452,7 @@ clean: FRC.clean
452top_distclean=\ 452top_distclean=\
453 rm -f config.status build-install ; \ 453 rm -f config.status build-install ; \
454 rm -f Makefile ${SUBDIR_MAKEFILES} ; \ 454 rm -f Makefile ${SUBDIR_MAKEFILES} ; \
455 (cd lock ; rm *) 455 (cd lock ; rm -f *)
456distclean: FRC.distclean 456distclean: FRC.distclean
457 (cd src; make ${MFLAGS} distclean) 457 (cd src; make ${MFLAGS} distclean)
458 (cd oldXMenu; make ${MFLAGS} distclean) 458 (cd oldXMenu; make ${MFLAGS} distclean)