diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-13 10:38:43 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-13 10:38:43 +0000 |
commit | 0cd11813ae1c20cdf81f07276cea02e2525438c4 (patch) | |
tree | 54f2fdae6cff1ee2e6b0bfd0d4c3e6a5954326b2 /gcc/Makefile.in | |
parent | f1d3fe3f5b7764d56591c8eff57fe3651ed2f575 (diff) | |
download | gcc-0cd11813ae1c20cdf81f07276cea02e2525438c4.tar.gz |
* Makefile.in: Fix bitmap.o dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
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) |