mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
b226520a2d
commit
83522e1870
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user