Commit 83522e18 by Andrew Pinski Committed by Andrew Pinski

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

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

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

From-SVN: r101638
parent b226520a
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
......
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment