1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(top_distclean): Delete config.cache.

This commit is contained in:
Richard M. Stallman 1995-04-13 04:56:20 +00:00
parent 5038b790cf
commit 7e5e0277f0

View File

@ -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