diff options
author | Diego Novillo <dnovillo@google.com> | 2009-10-22 15:34:26 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2009-10-22 15:34:26 -0400 |
commit | 062eee1eb05a3387cebe8c9f9a6ecd359b15dec5 (patch) | |
tree | 20ff035e1bc99bedb9fd7046c9b1d0c4ace85d8e /gcc | |
parent | 6d8752c466987192e90d840b66b27a7e79994eed (diff) | |
download | gcc-062eee1eb05a3387cebe8c9f9a6ecd359b15dec5.zip gcc-062eee1eb05a3387cebe8c9f9a6ecd359b15dec5.tar.gz gcc-062eee1eb05a3387cebe8c9f9a6ecd359b15dec5.tar.bz2 |
Makefile.in (PLUGIN_HEADERS): Add output.h and IPA_UTILS_H.
* Makefile.in (PLUGIN_HEADERS): Add output.h and
IPA_UTILS_H.
From-SVN: r153472
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e2c4ffd..3540966 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-22 Diego Novillo <dnovillo@google.com> + + * Makefile.in (PLUGIN_HEADERS): Add output.h and + IPA_UTILS_H. + 2009-10-22 Razya Ladelsky <razya@il.ibm.com> * testsuite/gcc.dg/autopar/outer-4.c: Adjust scan. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 750da6b..934c4ed 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -4260,7 +4260,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(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 incpath.h \ - tree-ssa-sccvn.h real.h + tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) # Install the headers needed to build a plugin. install-plugin: installdirs lang.install-plugin |