Commit 9df9b76e by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r46976
parent 2e683037
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
......
......@@ -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 \
......
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