2005-10-12 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 12:38:00 +0000 (12:38 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 12:38:00 +0000 (12:38 +0000)
* Makefile.in (CGRAPH_H): Depend on $(TREE_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105294 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index f7ce015..941007b 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 5bc2811..db66fbc 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