diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 13:52:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 13:52:18 +0000 |
commit | 5bdde5146a4b8519d4979614d323013084b3b735 (patch) | |
tree | c334e7c0bf6d41f28c2578b18fdb1f7b42911565 /Makefile | |
parent | 419ce31a94b82fef738b4bfc5de9dc6813597982 (diff) |
(distclean): Add config.cache.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs)) clean-misc: distclean: clean - rm -f config.make config.log config.status + rm -f config.make config.log config.status config.cache ifneq (.,${srcdir}) rm -f Makefile endif |