diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-18 15:29:08 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-18 15:29:08 +0000 |
commit | 832bdc9e82f0233f60419de4e7f3054631f5beca (patch) | |
tree | 1d48f5c5d3967981ee015f7667145275c368a616 /gcc/Makefile.in | |
parent | b4d679c5b869e0fc502f52ebe9cdad005abdf6a4 (diff) | |
download | gcc-832bdc9e82f0233f60419de4e7f3054631f5beca.tar.gz |
* Makefile.in (tree-alias-common.o): Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84897 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b2f4c944299..c9793fc4b62 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1593,7 +1593,11 @@ tree-alias-ander.o: tree-alias-ander.c tree-alias-ander.h $(SYSTEM_H) \ $(TM_H) coretypes.h cgraph.h tree-pass.h tree-alias-common.o: tree-alias-common.c tree-alias-common.h $(SYSTEM_H) \ $(CONFIG_H) $(GGC_H) $(TREE_H) gt-tree-alias-common.h $(TREE_FLOW_H) \ - $(TM_H) coretypes.h cgraph.h tree-pass.h $(TIMEVAR_H) + $(TM_H) coretypes.h cgraph.h tree-pass.h $(TIMEVAR_H) tree-alias-type.h \ + bitmap.h tree-alias-ander.h $(FLAGS_H) $(RTL_H) $(TM_P_H) \ + hard-reg-set.h $(BASIC_BLOCK_H) output.h errors.h $(EXPR_H) \ + $(DIAGNOSTIC_H) $(C_COMMON_H) tree-inline.h varray.h $(C_TREE_H) \ + $(TREE_GIMPLE_H) $(HASHTAB_H) function.h tree-ssa.o : tree-ssa.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \ $(RTL_H) $(TREE_H) $(TM_P_H) $(EXPR_H) output.h diagnostic.h \ errors.h toplev.h function.h $(TIMEVAR_H) tree-alias-common.h \ |