diff options
author | Martin Jambor <mjambor@suse.cz> | 2008-07-14 11:32:14 +0200 |
---|---|---|
committer | Martin Jambor <jamborm@gcc.gnu.org> | 2008-07-14 11:32:14 +0200 |
commit | 9bfb0f015e25775ad8ef660aa7917c0dabc5eb27 (patch) | |
tree | d22384cbdd300ecf3cfc93f158e698ed8d91ea6f /gcc | |
parent | f709638a8d4de40489a146bbabc26bfea446d9b9 (diff) | |
download | gcc-9bfb0f015e25775ad8ef660aa7917c0dabc5eb27.zip gcc-9bfb0f015e25775ad8ef660aa7917c0dabc5eb27.tar.gz gcc-9bfb0f015e25775ad8ef660aa7917c0dabc5eb27.tar.bz2 |
Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
2008-07-14 Martin Jambor <mjambor@suse.cz>
* Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
From-SVN: r137781
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 09fa7d3..30813d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-14 Martin Jambor <mjambor@suse.cz> + + * Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable. + 2008-07-14 Richard Guenther <rguenther@suse.de> * tree-ssa-pre.c (insert_into_preds_of_block): Do not call diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 1617adc..a247f91 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -838,7 +838,7 @@ TREE_INLINE_H = tree-inline.h $(VARRAY_H) pointer-set.h REAL_H = real.h $(MACHMODE_H) DBGCNT_H = dbgcnt.h dbgcnt.def EBIMAP_H = ebitmap.h sbitmap.h -IPA_PROP_H = $(TREE_H) vec.h +IPA_PROP_H = ipa-prop.h $(TREE_H) vec.h # # Now figure out from those variables how to compile and link. |