This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commited] Fix tree-cfgcleanup.c dependencies


Someone forgot to fix up a copy-and-paste action :-)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.9187
diff -u -3 -p -r2.9187 ChangeLog
--- ChangeLog	18 Jun 2005 22:40:25 -0000	2.9187
+++ ChangeLog	18 Jun 2005 22:48:45 -0000
@@ -1,3 +1,7 @@
+2005-06-18  Steven Bosscher  <stevenb@suse.de>
+
+	* Makefile.in: Fix tree-cfgcleanup.c dependencies.
+
 2005-06-18  Richard Henderson  <rth@redhat.com>
 
 	* expr.c (store_constructor): Use store of 0 to indicate value
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1507
diff -u -3 -p -r1.1507 Makefile.in
--- Makefile.in	16 Jun 2005 23:02:58 -0000	1.1507
+++ Makefile.in	18 Jun 2005 22:48:48 -0000
@@ -1794,7 +1794,7 @@ tree-cfg.o : tree-cfg.c $(TREE_FLOW_H) $
    $(TREE_DUMP_H) except.h langhooks.h $(CFGLOOP_H) tree-pass.h \
    $(CFGLAYOUT_H) $(BASIC_BLOCK_H) hard-reg-set.h $(HASHTAB_H) toplev.h \
    tree-ssa-propagate.h
-tree-cfgcleanup.o : tree-cfg.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
+tree-cfgcleanup.o : tree-cfgcleanup.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
    $(RTL_H) $(TREE_H) $(TM_P_H) $(EXPR_H) $(GGC_H) $(FLAGS_H) output.h \
    $(DIAGNOSTIC_H) errors.h function.h $(TIMEVAR_H) $(TM_H) coretypes.h \
    $(TREE_DUMP_H) except.h langhooks.h $(CFGLOOP_H) tree-pass.h \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]