* Makefile.in (cfgcleanup.o): Depend on insn-config.h

From-SVN: r46976
This commit is contained in:
Kaveh R. Ghazi 2001-11-13 05:49:50 +00:00 committed by Kaveh Ghazi
parent 2e68303737
commit 9df9b76e1c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (cfgcleanup.o): Depend on insn-config.h
2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR bootstrap/3451

View File

@ -1514,7 +1514,8 @@ cfgbuild.o : cfgbuild.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h insn-config.h \
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h $(RECOG_H) \
function.h except.h $(GGC_H)
cfgcleanup.o : cfgcleanup.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TIMEVAR_H)\
$(BASIC_BLOCK_H) hard-reg-set.h output.h flags.h $(RECOG_H) toplev.h $(GGC_H)
$(BASIC_BLOCK_H) hard-reg-set.h output.h flags.h $(RECOG_H) toplev.h \
$(GGC_H) insn-config.h
cfgloop.o : cfgloop.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) \
$(BASIC_BLOCK_H) hard-reg-set.h
dominance.o : dominance.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) hard-reg-set.h \