From 972ce83e761fc86f8ff51e87b85807bfd654379c Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 24 Aug 2007 09:45:19 +0000 Subject: [PATCH] Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies. 2007-08-24 Richard Guenther * Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies. From-SVN: r127764 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 7c602870695..26d9a0d6aa4 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1965,7 +1965,7 @@ tree-inline.o : tree-inline.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(VARRAY_H) $(HASHTAB_H) $(SPLAY_TREE_H) toplev.h \ langhooks.h $(TREE_INLINE_H) $(CGRAPH_H) intl.h $(FUNCTION_H) $(TREE_GIMPLE_H) \ debug.h $(DIAGNOSTIC_H) $(TREE_FLOW_H) tree-iterator.h tree-mudflap.h \ - ipa-prop.h value-prof.h + ipa-prop.h value-prof.h $(TARGET_H) $(INTEGRATE_H) print-tree.o : print-tree.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \ $(GGC_H) langhooks.h $(REAL_H) tree-iterator.h fixed-value.h stor-layout.o : stor-layout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ -- 2.30.2