Makefile.in (IPA_PROP_H): Added ipa-prop.h to IPA_PROP_H variable.
authorMartin Jambor <mjambor@suse.cz>
Mon, 14 Jul 2008 09:32:14 +0000 (11:32 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Mon, 14 Jul 2008 09:32:14 +0000 (11:32 +0200)
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

gcc/ChangeLog
gcc/Makefile.in

index 09fa7d3f6f957027defaa3654f1bf8e7f3e40044..30813d89b18682ba582a9146bf928754f92ec95c 100644 (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
index 1617adcbf4042f2ad40e7ba8ef1a7e954407ff94..a247f91251ea296d54c2f5090e3fbec16e936361 100644 (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
 
 #\f
 # Now figure out from those variables how to compile and link.