diff options
| author | baldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-07 14:11:13 +0000 |
|---|---|---|
| committer | baldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-07 14:11:13 +0000 |
| commit | c48c273ef41d6885e7042b71ec98ab3e1c72d8a8 (patch) | |
| tree | 328714a3b680969bb6bbb4b5b0459014a67de10d | |
| parent | eaf4321b613048432d1d45952e063989d5c20bf0 (diff) | |
| download | ppe42-gcc-c48c273ef41d6885e7042b71ec98ab3e1c72d8a8.tar.gz ppe42-gcc-c48c273ef41d6885e7042b71ec98ab3e1c72d8a8.zip | |
Add version.h to the list of plugin headers installed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155692 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e072f37828..4bf1274a943 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-07 Duncan Sands <baldrick@free.fr> + + * Makefile.in (PLUGIN_HEADERS): Add version.h. + 2010-01-07 Uros Bizjak <ubizjak@gmail.com> PR target/42511 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9e41f2a81a7..6e3b2c1f34b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -4275,7 +4275,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \ $(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \ cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h \ - $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) + $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h # generate the 'build fragment' b-header-vars s-header-vars: Makefile |

