summaryrefslogtreecommitdiff
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 e67f98c5872..e2d90b8980b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -436,7 +436,7 @@ clean: FRC
### `make distclean' should leave only the files that were in the
### distribution.
top_distclean=\
- rm -f config.status ; \
+ rm -f config.status config.cache ; \
rm -f Makefile ${SUBDIR_MAKEFILES} ; \
(cd lock && rm -f *)
distclean: FRC