From cb1d8f0fa014b0f94e09500d71aaff98fa197d19 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 11 Jun 1997 15:57:00 -0300 Subject: missing small dependency. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 60938925..bc56a431 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.32 1997/03/31 20:58:42 roberto Exp roberto $ +# $Id: makefile,v 1.33 1997/04/06 14:08:08 roberto Exp roberto $ #configuration @@ -89,7 +89,7 @@ inout.o: inout.c auxlib.h lua.h lex.h opcode.h types.h tree.h func.h \ iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \ func.h lex.h inout.h luadebug.h parser.h -lua.o: lua.c lua.h lualib.h +lua.o: lua.c lua.h auxlib.h lualib.h luamem.o: luamem.c luamem.h lua.h mathlib.o: mathlib.c lualib.h lua.h auxlib.h opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ -- cgit v1.2.3-55-g6feb