Add debug.h to PLUGIN_HEADERS.
authorDuncan Sands <baldrick@free.fr>
Wed, 10 Feb 2010 11:59:11 +0000 (12:59 +0100)
committerDuncan Sands <baldrick@gcc.gnu.org>
Wed, 10 Feb 2010 11:59:11 +0000 (11:59 +0000)
From-SVN: r156655

gcc/ChangeLog
gcc/Makefile.in

index ce3d0868de0f3c9a6733a5a14e87a48e83ba2ad5..887a03bc91d7030c333b2b259fa51d7d9a88e71a 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-10  Duncan Sands  <baldrick@free.fr>
+
+       * Makefile.in (PLUGIN_HEADERS): Add debug.h.
+
 2010-02-10  Richard Guenther  <rguenther@suse.de>
 
        PR c/43007
index 619d2519f2ba0af90be89ebabcaa3510156ecf58..64ae92ad7988bbc687dedd68707abea177b3a1ce 100644 (file)
@@ -4272,7 +4272,7 @@ 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 incpath.h \
+  tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h debug.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 \