From 24a2c08145ecc9b5c528a46ba83bdd7b95dbdc02 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 24 Feb 1999 18:31:03 -0300 Subject: [PATCH] details --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 64f0c469..13bcdc06 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # -## $Id: makefile,v 1.18 1999/02/23 14:59:30 roberto Exp $ +## $Id: makefile,v 1.18 1999/02/23 15:01:29 roberto Exp roberto $ ## Makefile ## See Copyright Notice in lua.h # @@ -122,6 +122,9 @@ lobject.o: lobject.c lobject.h lua.h lparser.o: lparser.c lauxlib.h lua.h ldo.h lobject.h lstate.h \ luadebug.h lfunc.h llex.h lzio.h lmem.h lopcodes.h lparser.h \ lstring.h +lstate.o: lstate.c lbuiltin.h ldo.h lobject.h lua.h lstate.h \ + luadebug.h lfunc.h lgc.h llex.h lzio.h lmem.h lstring.h ltable.h \ + ltm.h lstring.o: lstring.c lmem.h lobject.h lua.h lstate.h luadebug.h \ lstring.h lstrlib.o: lstrlib.c lauxlib.h lua.h lualib.h