summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-13 04:56:20 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-13 04:56:20 +0000
commit810394a6ea9a6ddee8d9e66c77c8414ecc277b65 (patch)
treebbdd0d5b14256fef3694254767f63437d5b2259e /Makefile.in
parentf70cfdfb41c1a875159091ba7612ade10829743b (diff)
downloademacs-810394a6ea9a6ddee8d9e66c77c8414ecc277b65.tar.gz
(top_distclean): Delete config.cache.
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 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