Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.
authorJeffrey A Law <law@cygnus.com>
Fri, 22 Oct 1999 02:38:57 +0000 (02:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 22 Oct 1999 02:38:57 +0000 (20:38 -0600)
        * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
        depend on ggc.h.

From-SVN: r30125

gcc/ChangeLog
gcc/Makefile.in

index 41143e4392ac6087b29c305de566d47008cae70a..8ee202335153e584e85edc48ca3c00e7d91e928f 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
+       depend on ggc.h.
+
 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
 
        * gcc.1: Document exit codes.
index ff57b99fa3b75163679cf542b6d45b9d49386790..a2702509b07f2d8c4311564c850977cc7351c1eb 100644 (file)
@@ -1533,7 +1533,7 @@ stupid.o : stupid.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h \
 
 cse.o : cse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \
    real.h insn-config.h $(RECOG_H) $(EXPR_H) toplev.h output.h function.h \
-   $(srcdir)/../include/splay-tree.h
+   $(srcdir)/../include/hashtab.h ggc.h
 gcse.o : gcse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h \
    flags.h real.h insn-config.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) \
    function.h output.h toplev.h