Makefile.in (PLUGIN_HEADERS): added ggc, tree-dump, pretty-print.

2009-06-30  Basile Starynkevitch  <basile@starynkevitch.net>

	* gcc/Makefile.in (PLUGIN_HEADERS): added ggc, tree-dump, pretty-print.

From-SVN: r149100
This commit is contained in:
Basile Starynkevitch 2009-06-30 14:36:55 +00:00 committed by Basile Starynkevitch
parent 8088e9ee87
commit 46db44ccae
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-06-30 Basile Starynkevitch <basile@starynkevitch.net>
* Makefile.in (PLUGIN_HEADERS): added ggc, tree-dump, pretty-print.
2009-06-30 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/40542

View File

@ -4075,6 +4075,7 @@ installdirs:
PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(TOPLEV_H) $(BASIC_BLOCK_H) $(GIMPLE_H) $(TREE_PASS_H) $(GCC_PLUGIN_H) \
$(GGC_H) $(TREE_DUMP_H) $(PRETTY_PRINT_H) \
intl.h $(PLUGIN_VERSION_H)
# Install the headers needed to build a plugin.