diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6cdd053..9f6a283 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 66e06b7..89d2508 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \ |