diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-24 09:00:34 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-24 09:00:34 +0000 |
commit | 64c836191b2efe51c3c50a188c96bce95a03a9d0 (patch) | |
tree | 4a4725864c7d72a8b5495a76312f0509c94e3269 /gcc/ch | |
parent | 592a032f58c0c79e7c44a4afa588050e2ba95515 (diff) | |
download | gcc-64c836191b2efe51c3c50a188c96bce95a03a9d0.tar.gz |
* Makefile.in (lex.c): Do not depend on hash.h.
(lex.o): Depend on hash.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 6aa285d7a80..d6071c46da2 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -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. diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in index 2ec8641c980..a9ed5f6a0b8 100644 --- a/gcc/ch/Makefile.in +++ b/gcc/ch/Makefile.in @@ -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 \ |