Makefile.in (dse.o): Add $(OPTABS_H) and $(RECOG_H)
authorRichard Guenther <rguenther@suse.de>
Tue, 30 Oct 2007 09:05:44 +0000 (09:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 30 Oct 2007 09:05:44 +0000 (09:05 +0000)
2007-10-30  Richard Guenther  <rguenther@suse.de>

        * Makefile.in (dse.o): Add $(OPTABS_H) and $(RECOG_H)
        * dependencies.

From-SVN: r129768

gcc/ChangeLog
gcc/Makefile.in

index 9e7199f0bb3a5b2a7b2b00eb9639e4737e8c7f1b..90dfa57ed73081f82d2cf9aa1330e480536a2fb6 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-30  Richard Guenther  <rguenther@suse.de>
+
+       * Makefile.in (dse.o): Add $(OPTABS_H) and $(RECOG_H) dependencies.
+
 2007-10-29  Dorit Nuzman  <dorit@il.ibm.com>
 
        PR tree-optimization/32893
index cc47ed036557e69f05e3c40384ff93dc720b57b4..9cfb6e7d49591faa3c93584d3051ada2e776f74e 100644 (file)
@@ -2540,7 +2540,7 @@ dce.o : dce.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
 dse.o : dse.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
    $(TREE_H) $(REGS_H) hard-reg-set.h $(FLAGS_H) insn-config.h $(RECOG_H) \
    $(EXPR_H) $(DF_H) cselib.h $(DBGCNT_H) timevar.h tree-pass.h \
-   alloc-pool.h $(ALIAS_H) dse.h
+   alloc-pool.h $(ALIAS_H) dse.h $(OPTABS_H) $(RECOG_H)
 fwprop.o : fwprop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
    toplev.h insn-config.h $(RECOG_H) $(FLAGS_H) $(OBSTACK_H) $(BASIC_BLOCK_H) \
    output.h $(DF_H) alloc-pool.h $(TIMEVAR_H) tree-pass.h