diff options
author | Matt Rice <ratmice@gmail.com> | 2009-08-20 16:22:43 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2009-08-20 12:22:43 -0400 |
commit | 6d383c5e70a0cae0863d785f1fa8795a18b6be59 (patch) | |
tree | 7b8ebae8f24d9f1657aa834d5c31bc9e62c1e4ea | |
parent | 29cc57cf00eff8c71527418fe0dfacd8a00bfdf3 (diff) | |
download | gcc-6d383c5e70a0cae0863d785f1fa8795a18b6be59.zip gcc-6d383c5e70a0cae0863d785f1fa8795a18b6be59.tar.gz gcc-6d383c5e70a0cae0863d785f1fa8795a18b6be59.tar.bz2 |
Makefile.in (PLUGIN_HEADERS): Include incpath.h and tree-ssa-sccvn.h.
2009-08-20 Matt Rice <ratmice@gmail.com>
Diego Novillo <dnovillo@google.com>
* Makefile.in (PLUGIN_HEADERS): Include incpath.h and
tree-ssa-sccvn.h.
Co-Authored-By: Diego Novillo <dnovillo@google.com>
From-SVN: r150967
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/Makefile.in | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5b01aa..c0d98c1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-08-20 Matt Rice <ratmice@gmail.com> + Diego Novillo <dnovillo@google.com> + + * Makefile.in (PLUGIN_HEADERS): Include incpath.h and + tree-ssa-sccvn.h. + 2009-08-20 Richard Guenther <rguenther@suse.de> * c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9e83254..3893f59 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -4167,7 +4167,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(tm_file_list) $(tm_include_list) $(tm_p_file_list) $(tm_p_include_list) \ $(host_xm_file_list) $(host_xm_include_list) $(xm_include_list) \ intl.h $(PLUGIN_VERSION_H) $(DIAGNOSTIC_H) $(C_COMMON_H) $(C_PRETTY_PRINT_H) \ - tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h + tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h \ + tree-ssa-sccvn.h # Install the headers needed to build a plugin. install-plugin: installdirs lang.install-plugin |