* Makefile.in: Have flow.o depend on $(EXPR_H)
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Feb 2000 06:41:47 +0000 (06:41 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Feb 2000 06:41:47 +0000 (06:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32073 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 7e389d9..2e4cd6d 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
+
+       * Makefile.in: Have flow.o depend on $(EXPR_H)
+
 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
index 46f501c..4d1131e 100644 (file)
@@ -1577,7 +1577,7 @@ unroll.o : unroll.c $(CONFIG_H) system.h $(RTL_H) insn-config.h function.h \
    varray.h 
 flow.o : flow.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
+   insn-flags.h function.h except.h $(EXPR_H)
 combine.o : combine.c $(CONFIG_H) system.h $(RTL_H) flags.h function.h \
    insn-config.h insn-flags.h insn-codes.h insn-attr.h $(REGS_H) $(EXPR_H) \
    $(BASIC_BLOCK_H) $(RECOG_H) real.h hard-reg-set.h toplev.h