summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-20 16:22:43 +0000
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-20 16:22:43 +0000
commita7b6471c6702ac73a8856f87617945c5ba2574f1 (patch)
tree7b8ebae8f24d9f1657aa834d5c31bc9e62c1e4ea /gcc/Makefile.in
parent874993a5c0ad409134e3252044ce979724841ba5 (diff)
downloadgcc-a7b6471c6702ac73a8856f87617945c5ba2574f1.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150967 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 9e8325464a4..3893f59b477 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