aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-12-13 10:38:43 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-12-13 10:38:43 +0000
commit865d9a88bb122a6d092e1ea2dcfd426bd4e61283 (patch)
tree54f2fdae6cff1ee2e6b0bfd0d4c3e6a5954326b2 /gcc/Makefile.in
parent2806694015a75b4f17e87121b7cb67e1c9923c3b (diff)
* Makefile.in: Fix bitmap.o dependencies.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index edafeaf9c07..f150c189f60 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3172,7 +3172,7 @@ reginfo.o : reginfo.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
insn-config.h $(RECOG_H) reload.h $(DIAGNOSTIC_CORE_H) \
$(FUNCTION_H) output.h $(TM_P_H) $(EXPR_H) $(HASHTAB_H) \
$(TARGET_H) $(TREE_PASS_H) $(DF_H) ira.h
-bitmap.o : bitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
+bitmap.o : bitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H) \
$(GGC_H) gt-bitmap.h $(BITMAP_H) $(OBSTACK_H) $(HASHTAB_H)
vec.o : vec.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H) $(GGC_H) \
$(DIAGNOSTIC_CORE_H) $(HASHTAB_H)