From: Richard Guenther Date: Wed, 12 Oct 2005 12:38:00 +0000 (+0000) Subject: Makefile.in (CGRAPH_H): Depend on $(TREE_H). X-Git-Tag: misc/cutover-cvs2svn~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c7ed52e4011b656b678a06ae477927f1c6e022;p=thirdparty%2Fgcc.git Makefile.in (CGRAPH_H): Depend on $(TREE_H). 2005-10-12 Richard Guenther * Makefile.in (CGRAPH_H): Depend on $(TREE_H). From-SVN: r105294 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f7ce0153c91c..941007b810ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-12 Richard Guenther + + * Makefile.in (CGRAPH_H): Depend on $(TREE_H). + 2005-10-12 Nathan Sidwell PR c++/19964 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5bc2811c08e3..db66fbc95e1a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -752,7 +752,7 @@ CFGLOOP_H = cfgloop.h $(BASIC_BLOCK_H) $(RTL_H) IPA_UTILS_H = ipa-utils.h $(TREE_H) $(CGRAPH_H) IPA_REFERENCE_H = ipa-reference.h bitmap.h $(TREE_H) IPA_TYPE_ESCAPE_H = ipa-type-escape.h $(TREE_H) -CGRAPH_H = cgraph.h tree.h +CGRAPH_H = cgraph.h $(TREE_H) DF_H = df.h bitmap.h sbitmap.h $(BASIC_BLOCK_H) DDG_H = ddg.h sbitmap.h $(DF_H) GCC_H = gcc.h version.h