diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2016-04-11 09:26:36 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2016-04-11 09:26:36 +0200 |
commit | fa246aa37ad88aeb6f12b93e67a4bd1516a084d6 (patch) | |
tree | acd9cb5711ff45e2f26cfc66ae79b4dccc4327c4 /libcc1/ChangeLog | |
parent | 890e48b46084daa41d53a7d49fb02f5037c15dbd (diff) | |
download | gcc-fa246aa37ad88aeb6f12b93e67a4bd1516a084d6.tar.gz |
libcc1: Clean compiler-name.h (PR70173)
Since the file is generated from a Makefile fragment, it needs to be
added to MOSTLYCLEANFILES. The directory itself is still not deleted
(just like the gnattools and gotools directories).
2016-04-11 Segher Boessenkool <segher@kernel.crashing.org>
libcc1/
PR bootstrap/70173
* Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
(compiler-name.h): Shorten recipe so that it fits the line.
* Makefile.in: Regenerate.
From-SVN: r234874
Diffstat (limited to 'libcc1/ChangeLog')
-rw-r--r-- | libcc1/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index 1efcb68e04b..a65af09c6e6 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,10 @@ +2016-04-11 Segher Boessenkool <segher@kernel.crashing.org> + + PR bootstrap/70173 + * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h . + (compiler-name.h): Shorten recipe so that it fits the line. + * Makefile.in: Regenerate. + 2016-03-14 Andreas Schwab <schwab@suse.de> * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute. |