]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (tree-ssa-reassoc.o): Add dependency on $(PARAMS_H).
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 8 Jul 2013 09:15:35 +0000 (09:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 8 Jul 2013 09:15:35 +0000 (09:15 +0000)
From-SVN: r200779

gcc/ChangeLog
gcc/Makefile.in

index a4b9337986fdf69967aba4815715bacc74feab50..57d735bbe592247ff95ec3de722d7899723c86a4 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-08  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * Makefile.in (tree-ssa-reassoc.o): Add dependency on $(PARAMS_H).
+
 2013-07-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/57829
index 0f6735a25979983d0d06221adc69b7683efc3a73..f3cc49fdb188ca541f3eaaaa83b2af8d876d3d30 100644 (file)
@@ -2570,7 +2570,7 @@ tree-ssa-reassoc.o : tree-ssa-reassoc.c $(TREE_FLOW_H) $(CONFIG_H) \
    $(TM_H) coretypes.h $(TREE_DUMP_H) $(TREE_PASS_H) $(FLAGS_H) \
    tree-iterator.h $(BASIC_BLOCK_H) $(GIMPLE_H) $(TREE_INLINE_H) \
    $(VEC_H) langhooks.h alloc-pool.h pointer-set.h $(CFGLOOP_H) \
-   tree-pretty-print.h gimple-pretty-print.h $(DIAGNOSTIC_CORE_H)
+   tree-pretty-print.h gimple-pretty-print.h $(DIAGNOSTIC_CORE_H) $(PARAMS_H)
 tree-optimize.o : tree-optimize.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
    $(TREE_H) $(TM_P_H) $(GGC_H) output.h \
    $(DIAGNOSTIC_H) $(BASIC_BLOCK_H) $(FLAGS_H) $(TIMEVAR_H) $(TM_H) \