aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-06-11 15:57:00 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-06-11 15:57:00 -0300
commitcb1d8f0fa014b0f94e09500d71aaff98fa197d19 (patch)
treeb13bda8c184032282244b8897b396a6ad80f1492
parent33f4fef4101f4c834516ad3be9869d90182559c4 (diff)
downloadlua-cb1d8f0fa014b0f94e09500d71aaff98fa197d19.tar.gz
lua-cb1d8f0fa014b0f94e09500d71aaff98fa197d19.tar.bz2
lua-cb1d8f0fa014b0f94e09500d71aaff98fa197d19.zip
missing small dependency.
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 60938925..bc56a431 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
1# $Id: makefile,v 1.32 1997/03/31 20:58:42 roberto Exp roberto $ 1# $Id: makefile,v 1.33 1997/04/06 14:08:08 roberto Exp roberto $
2 2
3#configuration 3#configuration
4 4
@@ -89,7 +89,7 @@ inout.o: inout.c auxlib.h lua.h lex.h opcode.h types.h tree.h func.h \
89iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h 89iolib.o: iolib.c lua.h auxlib.h luadebug.h lualib.h
90lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \ 90lex.o: lex.c auxlib.h lua.h luamem.h tree.h types.h table.h opcode.h \
91 func.h lex.h inout.h luadebug.h parser.h 91 func.h lex.h inout.h luadebug.h parser.h
92lua.o: lua.c lua.h lualib.h 92lua.o: lua.c lua.h auxlib.h lualib.h
93luamem.o: luamem.c luamem.h lua.h 93luamem.o: luamem.c luamem.h lua.h
94mathlib.o: mathlib.c lualib.h lua.h auxlib.h 94mathlib.o: mathlib.c lualib.h lua.h auxlib.h
95opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \ 95opcode.o: opcode.c luadebug.h lua.h luamem.h opcode.h types.h tree.h \