* Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
authorBrad Lucier <lucier@math.purdue.edu>
Thu, 20 Jan 2000 17:34:26 +0000 (17:34 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 20 Jan 2000 17:34:26 +0000 (09:34 -0800)
From-SVN: r31540

gcc/ChangeLog
gcc/Makefile.in

index 6cdd053bf13e0b9630c0f600dde07e3162fe0fe3..9f6a28369daec2a5a77df057ff19e74dcbb6fc2a 100644 (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 
index 66e06b79e67589432371047c8ebc0bf4672df176..89d2508ea9cb00f5883876ef45473720a758e0fc 100644 (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 \