From: Duncan Sands Date: Thu, 7 Jan 2010 14:11:13 +0000 (+0100) Subject: Add version.h to the list of plugin headers installed. X-Git-Tag: releases/gcc-4.5.0~1358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01094033c6b98cda7cbde9e78a2f949939435be5;p=thirdparty%2Fgcc.git Add version.h to the list of plugin headers installed. From-SVN: r155692 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e072f378285..4bf1274a9435 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-01-07 Duncan Sands + + * Makefile.in (PLUGIN_HEADERS): Add version.h. + 2010-01-07 Uros Bizjak PR target/42511 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9e41f2a81a78..6e3b2c1f34bb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \ - $(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