* Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.

From-SVN: r31540
This commit is contained in:
Brad Lucier 2000-01-20 17:34:26 +00:00 committed by Richard Henderson
parent 0b9309b6e4
commit d3de1cf7f0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-01-20 Brad Lucier <lucier@math.purdue.edu>
* Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
2000-01-19 Richard Henderson <rth@cygnus.com>
* flow.c (propagate_block): Replace FIRST, LAST and BNUM

View File

@ -1620,7 +1620,7 @@ reg-stack.o : reg-stack.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) $(RECOG_H) \
dyn-string.o: dyn-string.c dyn-string.h $(CONFIG_H) system.h
predict.o: predict.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
insn-config.h $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h \
$(RECOG_H) insn-flags.h function.h except.h expr.h
$(RECOG_H) insn-flags.h function.h except.h $(EXPR_H)
lists.o: lists.c $(CONFIG_H) system.h toplev.h $(RTL_H) ggc.h
$(out_object_file): $(out_file) $(CONFIG_H) $(TREE_H) ggc.h \