Commit 26fb38a1 by David Malcolm Committed by David Malcolm

PR plugins/69758: add params.list to PLUGIN_HEADERS

gcc/ChangeLog:
	PR plugins/69758
	* Makefile.in (PLUGIN_HEADERS): Add params.list.

From-SVN: r233338
parent 567a3691
2016-02-11 David Malcolm <dmalcolm@redhat.com>
PR plugins/69758
* Makefile.in (PLUGIN_HEADERS): Add params.list.
2016-02-11 Jakub Jelinek <jakub@redhat.com>
PR target/65313
......
......@@ -3320,7 +3320,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h \
tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h \
hash-set.h dominance.h cfg.h cfgrtl.h cfganal.h cfgbuild.h cfgcleanup.h \
lcm.h cfgloopmanip.h builtins.def chkp-builtins.def pass-instances.def
lcm.h cfgloopmanip.h builtins.def chkp-builtins.def pass-instances.def \
params.list
# generate the 'build fragment' b-header-vars
s-header-vars: Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment