Makefile.in (final.o): Fix dependencies.

2005-07-05  Andrew Pinski  <pinskia@physics.uc.edu>

        * Makefile.in (final.o): Fix dependencies.

From-SVN: r101638
This commit is contained in:
Andrew Pinski 2005-07-05 22:37:50 +00:00 committed by Andrew Pinski
parent b226520a2d
commit 83522e1870
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-05 Andrew Pinski <pinskia@physics.uc.edu>
* Makefile.in (final.o): Fix dependencies.
2005-07-05 Joseph S. Myers <joseph@codesourcery.com>
PR c/22013

View File

@ -2374,7 +2374,7 @@ final.o : final.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
insn-config.h $(INSN_ATTR_H) function.h real.h output.h hard-reg-set.h \
except.h debug.h xcoffout.h toplev.h reload.h dwarf2out.h tree-pass.h \
$(BASIC_BLOCK_H) $(TM_P_H) $(TARGET_H) $(EXPR_H) $(CFGLAYOUT_H) dbxout.h \
timevar.h cgraph.h coverage.h
timevar.h cgraph.h $(COVERAGE_H)
recog.o : recog.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
function.h $(BASIC_BLOCK_H) $(REGS_H) $(RECOG_H) $(EXPR_H) hard-reg-set.h \
$(FLAGS_H) insn-config.h $(INSN_ATTR_H) real.h toplev.h output.h reload.h \