OSDN Git Service

Add debug.h to PLUGIN_HEADERS.
authorbaldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Feb 2010 11:59:11 +0000 (11:59 +0000)
committerbaldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Feb 2010 11:59:11 +0000 (11:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156655 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index ce3d086..887a03b 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 619d251..64ae92a 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 \