Commit 123451d7 by Segher Boessenkool Committed by Segher Boessenkool

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
parent d27ecc49
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
......
......@@ -309,7 +309,7 @@ mostlyclean:
clean:
distclean:
$(RM) Makefile config.status config.log
$(RM) Makefile config.status config.log config.cache
maintainer-clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment