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]

[PATCH] Fix dse.o dependencies


Committed as obvious.

Richard.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 129767)
+++ ChangeLog	(revision 129768)
@@ -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: Makefile.in
===================================================================
--- Makefile.in	(revision 129767)
+++ Makefile.in	(revision 129768)
@@ -2540,7 +2540,7 @@ dce.o : dce.c $(CONFIG_H) $(SYSTEM_H) co
 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


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