]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (tree-ssa-phiprop.o): Fix dependencies.
authorAndrew Pinski <pinskia@gmail.com>
Sat, 3 May 2008 20:54:43 +0000 (13:54 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 3 May 2008 20:54:43 +0000 (13:54 -0700)
2008-05-03  Andrew Pinski  <pinskia@gmail.com>

        * Makefile.in (tree-ssa-phiprop.o): Fix dependencies.

From-SVN: r134920

gcc/ChangeLog
gcc/Makefile.in

index 97a358d3e56b3e95f2043c4b0598289e9200249f..351998644bc6d3b83f444d4a051429455d6ac338 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-03  Andrew Pinski  <pinskia@gmail.com>
+
+       * Makefile.in (tree-ssa-phiprop.o): Fix dependencies.
+
 2008-05-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/i386/i386.c (ix86_builtin_type): Move V4SI_FTYPE_V4SF
index c88bbcd4b97c0ac4f21a53c775a4550fb010b500..2e3da2cd3611c71a07adfc1c66d370305afda71a 100644 (file)
@@ -2019,7 +2019,7 @@ tree-ssa-forwprop.o : tree-ssa-forwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
    $(TM_H) $(GGC_H) $(TREE_H) $(RTL_H) $(TM_P_H) $(BASIC_BLOCK_H) \
    $(TREE_FLOW_H) tree-pass.h $(TREE_DUMP_H) $(DIAGNOSTIC_H) $(TIMEVAR_H) \
    langhooks.h $(FLAGS_H)
-tree-ssa-phiprop.o : tree-ssa-forwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
+tree-ssa-phiprop.o : tree-ssa-phiprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
    $(TM_H) $(GGC_H) $(TREE_H) $(RTL_H) $(TM_P_H) $(BASIC_BLOCK_H) \
    $(TREE_FLOW_H) tree-pass.h $(TREE_DUMP_H) $(DIAGNOSTIC_H) $(TIMEVAR_H) \
    langhooks.h $(FLAGS_H)