Makefile.in (PLUGIN_HEADERS): Added files...
2009-11-24 Basile Starynkevitch <basile@starynkevitch.net> * gcc/Makefile.in (PLUGIN_HEADERS): Added files: cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h. --This lifilne, and those below, will be ignored-- M gcc/ChangeLog M gcc/Makefile.in From-SVN: r154499
This commit is contained in:
parent
3ed04dbd6f
commit
338877519d
@ -1,6 +1,10 @@
|
||||
2009-11-24 Basile Starynkevitch <basile@starynkevitch.net>
|
||||
|
||||
* Makefile.in (PLUGIN_HEADERS): Added files: cppdefault.h flags.h
|
||||
$(MD5_H) params.def params.h prefix.h tree-inline.h.
|
||||
|
||||
2009-11-24 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
gcc/
|
||||
* gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment
|
||||
typo.
|
||||
|
||||
|
@ -4270,7 +4270,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
||||
intl.h $(PLUGIN_VERSION_H) $(DIAGNOSTIC_H) $(C_COMMON_H) $(C_PRETTY_PRINT_H) \
|
||||
tree-iterator.h $(PLUGIN_H) $(TREE_FLOW_H) langhooks.h incpath.h \
|
||||
tree-ssa-sccvn.h real.h output.h $(IPA_UTILS_H) \
|
||||
$(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H)
|
||||
$(C_PRAGMA_H) $(CPPLIB_H) $(FUNCTION_H) \
|
||||
cppdefault.h flags.h $(MD5_H) params.def params.h prefix.h tree-inline.h
|
||||
|
||||
# Install the headers needed to build a plugin.
|
||||
install-plugin: installdirs lang.install-plugin
|
||||
|
Loading…
Reference in New Issue
Block a user