summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-02-04 14:37:41 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-02-04 14:37:41 -0200
commit19de5b22054f6da2c3e0eb3138cc7a1195aab4fd (patch)
tree1972f795054554cd0825d1134f1b818818dfdb67 /makefile
parentcbc58af26094ad6498c4160cf9710adc7883aa94 (diff)
downloadlua-github-19de5b22054f6da2c3e0eb3138cc7a1195aab4fd.tar.gz
new dependencies
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefile b/makefile
index 930a80fe..2e0046c7 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
#
-## $Id: makefile,v 1.14 1999/01/08 16:47:44 roberto Exp roberto $
+## $Id: makefile,v 1.15 1999/01/11 20:23:54 roberto Exp roberto $
## Makefile
## See Copyright Notice in lua.h
#
@@ -19,6 +19,7 @@
# version 2.5 (or older)
#
# define LUA_NUM_TYPE if you need numbers to be different from double
+# (for instance, -DLUA_NUM_TYPE=float)
CONFIG = -DPOPEN -D_POSIX_SOURCE
#CONFIG = -DLUA_COMPAT2_5 -DOLD_ANSI -DDEBUG
@@ -103,7 +104,7 @@ lbuffer.o: lbuffer.c lauxlib.h lua.h lmem.h lstate.h lobject.h
lbuiltin.o: lbuiltin.c lapi.h lua.h lobject.h lauxlib.h lbuiltin.h \
ldo.h lstate.h lfunc.h lmem.h lstring.h ltable.h ltm.h lundump.h \
lzio.h lvm.h
-ldblib.o: ldblib.c lauxlib.h lua.h luadebug.h
+ldblib.o: ldblib.c lauxlib.h lua.h luadebug.h lualib.h
ldo.o: ldo.c ldo.h lobject.h lua.h lstate.h lfunc.h lgc.h lmem.h \
lparser.h lzio.h lstring.h ltm.h luadebug.h lundump.h lvm.h
lfunc.o: lfunc.c lfunc.h lobject.h lua.h lmem.h lstate.h