]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (CGRAPH_H): Depend on $(TREE_H).
authorRichard Guenther <rguenther@suse.de>
Wed, 12 Oct 2005 12:38:00 +0000 (12:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 12 Oct 2005 12:38:00 +0000 (12:38 +0000)
2005-10-12  Richard Guenther  <rguenther@suse.de>

* Makefile.in (CGRAPH_H): Depend on $(TREE_H).

From-SVN: r105294

gcc/ChangeLog
gcc/Makefile.in

index f7ce0153c91c12035d41fefbcc774a97690b9113..941007b810eccdffe5de593e6028cbe8d7beb067 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-12  Richard Guenther  <rguenther@suse.de>
+
+       * Makefile.in (CGRAPH_H): Depend on $(TREE_H).
+
 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/19964
index 5bc2811c08e382f05ccf79c00ec9fd53f9f820e6..db66fbc95e1a1b72ba093b295073912fd72a89fb 100644 (file)
@@ -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