Makefile.in (lex.c): Do not depend on hash.h.
authorJeffrey A Law <law@cygnus.com>
Tue, 24 Nov 1998 09:00:34 +0000 (09:00 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 24 Nov 1998 09:00:34 +0000 (02:00 -0700)
        * Makefile.in (lex.c): Do not depend on hash.h.
        (lex.o): Depend on hash.h.

From-SVN: r23826

gcc/ch/ChangeLog
gcc/ch/Makefile.in

index 6aa285d7a80e0b2ec47fd225923d945663225b72..d6071c46da217ef487b59f973de8cabcdc6f0694 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov 24 09:57:34 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (lex.c): Do not depend on hash.h.
+       (lex.o): Depend on hash.h.
+
 Mon Oct 19 12:13:47 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Makefile.in (lex.o): Depend on dwarfout.h.
index 2ec8641c98001d812cc154bc65a8bd24e86a0d46..a9ed5f6a0b84f9754716b83aad3793e1cbeb50e5 100644 (file)
@@ -292,8 +292,7 @@ lang.o : lang.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../input.h lex.h \
 lex.o : lex.c $(CONFIG_H) $(CHILL_TREE_H) $(RTL_H) $(srcdir)/../flags.h \
        $(srcdir)/../input.h $(srcdir)/parse.h $(srcdir)/../system.h \
        $(srcdir)/../toplev.h $(srcdir)/../../include/obstack.h lex.h \
-       $(srcdir)/../dwarfout.h
-lex.c: hash.h
+       $(srcdir)/../dwarfout.h hash.h
 loop.o : loop.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) lex.h \
        $(srcdir)/../flags.h $(srcdir)/../input.h \
        $(srcdir)/../../include/obstack.h $(srcdir)/../tree.h \