From: Richard M. Stallman Date: Thu, 13 Apr 1995 04:56:20 +0000 (+0000) Subject: (top_distclean): Delete config.cache. X-Git-Tag: emacs-19.34~4451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e5e0277f0309b52a042c9a4f73c2e1374b1fa6f;p=emacs.git (top_distclean): Delete config.cache. --- 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