From ed1a0043890d793ff4d0f03bbe73fe164547f038 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 18 Apr 2000 21:08:28 +0200
Subject: [PATCH] lex_t.o also depends on interpret_protos.h.

Rev: src/Makefile.in:1.189
---
 src/Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 01bad2f470..4441b98bd9 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
-- 
GitLab