Makefile.in (PLUGIN_HEADERS): Add output.h and IPA_UTILS_H.
authorDiego Novillo <dnovillo@google.com>
Thu, 22 Oct 2009 19:34:26 +0000 (15:34 -0400)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Thu, 22 Oct 2009 19:34:26 +0000 (15:34 -0400)
* Makefile.in (PLUGIN_HEADERS): Add output.h and
IPA_UTILS_H.

From-SVN: r153472

gcc/ChangeLog
gcc/Makefile.in

index e2c4ffd..3540966 100644 (file)
@@ -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.
index 750da6b..934c4ed 100644 (file)
@@ -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