mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 01:47:19 +08:00
* Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
From-SVN: r31540
This commit is contained in:
parent
0b9309b6e4
commit
d3de1cf7f0
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user