gnattools: Clean config.cache (PR70173)

The config.cache file should be deleted by "make distclean", just like
config.log and config.status .  The directory itself is still not deleted
(just like the gotools and libcc1 directories).


gnattools/
	PR bootstrap/70173
	* Makefile.in (distclean): Also delete config.cache .

From-SVN: r234721
This commit is contained in:
Segher Boessenkool 2016-04-04 18:37:58 +02:00 committed by Segher Boessenkool
parent d27ecc497c
commit 123451d73f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
PR bootstrap/70173
* Makefile.in (distclean): Also delete config.cache .
2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
PR ada/50048

View File

@ -309,7 +309,7 @@ mostlyclean:
clean:
distclean:
$(RM) Makefile config.status config.log
$(RM) Makefile config.status config.log config.cache
maintainer-clean: