diff options
author | Basile Starynkevitch <basile@starynkevitch.net> | 2011-04-11 19:31:50 +0000 |
---|---|---|
committer | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2011-04-11 19:31:50 +0000 |
commit | 6075765d8c6993df315a8792440673d95741a5e8 (patch) | |
tree | a5a847132fb7f1f6944707318485c56c9dd8e90c /gcc/Makefile.in | |
parent | a58dfa4999fb9f46aa315ff6d99c36d350b24159 (diff) | |
download | gcc-6075765d8c6993df315a8792440673d95741a5e8.tar.gz |
Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h tree-pretty-print.h & realmpfr.h.
2011-04-11 Basile Starynkevitch <basile@starynkevitch.net>
* Makefile.in (PLUGIN_HEADERS): Add gimple-pretty-print.h
tree-pretty-print.h & realmpfr.h.
From-SVN: r172275
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2ff21e24750..76b5d6b871b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -4534,6 +4534,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(EXCEPT_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 \ + gimple-pretty-print.h tree-pretty-print.h realmpfr.h \ $(IPA_PROP_H) $(RTL_H) $(TM_P_H) $(CFGLOOP_H) $(EMIT_RTL_H) version.h # generate the 'build fragment' b-header-vars |