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
This commit is contained in:
Martin Jambor 2008-07-14 11:32:14 +02:00 committed by Martin Jambor
parent f709638a8d
commit 9bfb0f015e
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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.