Skip to content
Snippets Groups Projects
Commit ed1a0043 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

lex_t.o also depends on interpret_protos.h.

Rev: src/Makefile.in:1.189
parent 36c456ea
No related branches found
No related tags found
No related merge requests found
#
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment