diff --git a/src/Makefile.in b/src/Makefile.in index 01bad2f470ac19e145c17d2ce23356a77c5560a2..4441b98bd9d38c54f6e6bbddf1522aa1d8f602ad 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.188 2000/04/18 17:23:35 hubbe Exp $ +# $Id: Makefile.in,v 1.189 2000/04/18 19:08:28 grubba Exp $ # # This line is needed on some machines. @@ -538,6 +538,8 @@ interpret_protos.h: $(SRCDIR)/interpret_functions.h lex.o: $(SRCDIR)/lex.c interpret_protos.h +lex_t.o: $(SRCDIR)/lex_t.c interpret_protos.h + language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/language.h: $(SRCDIR)/language.yacc