Make distclean clean up more (PR70173)
commitf1907b8817968b860ac1b4def29f52fffe3d29e4
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2016 18:02:08 +0000 (13 18:02 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2016 18:02:08 +0000 (13 18:02 +0000)
tree6f481f98ba5518b32d364bacc4a994c8282ecb95
parent6c40e18bb6b760db6a5c756907f31a7a91577402
Make distclean clean up more (PR70173)

Currently, distclean does not remove the libcc1, gnattools, and gotools
directories, and not the stage_final file either.  Fix that.

PR bootstrap/70173
* Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
and gotools directories.  Delete the stage_final file.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234954 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.in
Makefile.tpl