OSDN Git Service

Add version.h to the list of plugin headers installed.
authorbaldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jan 2010 14:11:13 +0000 (14:11 +0000)
committerbaldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jan 2010 14:11:13 +0000 (14:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155692 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 1e072f3..4bf1274 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-07  Duncan Sands  <baldrick@free.fr>
+
+       * Makefile.in (PLUGIN_HEADERS): Add version.h.
+
 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/42511
 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/42511
index 9e41f2a..6e3b2c1 100644 (file)
@@ -4275,7 +4275,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_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 \
   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 \
-  $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H)
+  $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h
 
 # generate the 'build fragment' b-header-vars
 s-header-vars: Makefile
 
 # generate the 'build fragment' b-header-vars
 s-header-vars: Makefile