* Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.

From-SVN: r131421
This commit is contained in:
Alexandre Oliva 2008-01-09 09:18:24 +00:00 committed by Alexandre Oliva
parent 8debbe4841
commit 712db60ed0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-09 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
2008-01-08 Richard Guenther <rguenther@suse.de>
PR middle-end/31863

View File

@ -2543,7 +2543,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 $(OPTABS_H) $(RECOG_H)
alloc-pool.h $(ALIAS_H) dse.h $(OPTABS_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