aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2010-05-04 16:45:58 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2010-05-04 16:45:58 +0000
commited24bfdf685375d4f82f7da01c3233e8f0898b88 (patch)
treeda6f7edcb6c16907737e9a9c3df30fe3caefb71b
parent2147c71c10b3441840bed9d1ef7ee5eb503e8113 (diff)
downloadgcc-ed24bfdf685375d4f82f7da01c3233e8f0898b88.zip
gcc-ed24bfdf685375d4f82f7da01c3233e8f0898b88.tar.gz
gcc-ed24bfdf685375d4f82f7da01c3233e8f0898b88.tar.bz2
* Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
From-SVN: r159037
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 95185da..6da2c97 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2891,7 +2891,7 @@ cgraphunit.o : cgraphunit.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
gt-cgraphunit.h tree-iterator.h $(COVERAGE_H) $(TREE_DUMP_H)
cgraphbuild.o : cgraphbuild.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(TREE_H) langhooks.h $(CGRAPH_H) intl.h pointer-set.h $(GIMPLE_H) \
- $(TREE_FLOW_H) $(TREE_PASS_H)
+ $(TREE_FLOW_H) $(TREE_PASS_H) $(IPA_UTILS_H)
varpool.o : varpool.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
$(TREE_H) $(CGRAPH_H) langhooks.h $(DIAGNOSTIC_H) $(HASHTAB_H) \
$(GGC_H) $(TIMEVAR_H) debug.h $(TARGET_H) output.h $(GIMPLE_H) \