[ast-optimizer-branch] Update dependencies in Makefile.in [patch]

Diego Novillo dnovillo@redhat.com
Mon Aug 27 09:49:00 GMT 2001


The list of dependencies for the tree-* files was out of date.

Committed to the branch.

Diego.


	* Makefile.in (tree-ssa.o): Update dependencies.
	(tree-cfg.o): Ditto.
	(tree-dfa.o): Ditto.
	(tree-optimize.o): Ditto.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.701.2.3
diff -d -p -d -u -p -r1.701.2.3 Makefile.in
--- Makefile.in	2001/08/27 15:52:08	1.701.2.3
+++ Makefile.in	2001/08/27 16:28:35
@@ -1333,14 +1333,18 @@ convert.o: convert.c $(CONFIG_H) $(SYSTE
 tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \
    $(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H)
 
-tree-ssa.o : tree-ssa.c tree-optimize.h tree-flow.h $(CONFIG_H) system.h \
-   $(RTL_H) $(TREE_H) output.h
-tree-cfg.o : tree-cfg.c tree-optimize.h tree-flow.h $(CONFIG_H) system.h \
-   $(RTL_H) $(TREE_H) output.h
-tree-dfa.o : tree-dfa.c tree-optimize.h tree-flow.h $(CONFIG_H) system.h \
-   $(RTL_H) $(TREE_H) output.h
+tree-ssa.o : tree-ssa.c tree-optimize.h tree-flow.h $(CONFIG_H) $(SYSTEM_H) \
+   $(RTL_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) $(EXPR_H) $(C_COMMON_H) \
+   $(GGC_H) output.h diagnostic.h ssa.h errors.h
+tree-cfg.o : tree-cfg.c tree-optimize.h tree-flow.h $(CONFIG_H) $(SYSTEM_H) \
+   $(RTL_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) $(EXPR_H) $(C_COMMON_H) \
+   $(GGC_H) output.h diagnostic.h errors.h
+tree-dfa.o : tree-dfa.c tree-optimize.h tree-flow.h $(CONFIG_H) $(SYSTEM_H) \
+   $(RTL_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) $(EXPR_H) $(C_COMMON_H) \
+   $(GGC_H) output.h diagnostic.h errors.h
 tree-optimize.o : tree-optimize.c tree-optimize.h tree-flow.h $(CONFIG_H) \
-   system.h $(RTL_H) $(TREE_H) output.h
+   $(SYSTEM_H) $(RTL_H) $(TREE_H) $(TM_P_H) $(BASIC_BLOCK_H) $(EXPR_H) \
+   $(C_COMMON_H) output.h diagnostic.h errors.h
 
 print-tree.o : print-tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(GGC_H)
 stor-layout.o : stor-layout.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h \



More information about the Gcc-patches mailing list