diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-01-09 18:22:08 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-01-09 18:22:08 -0200 |
commit | 19cfa3239399d6d382cfdda3da8f50396630849a (patch) | |
tree | deeda95f7760bbfcfefc045a8f9d1e7967978a7f | |
parent | 27ae8432b6125a56b0bb31651de8cebc1b30353f (diff) | |
download | lua-19cfa3239399d6d382cfdda3da8f50396630849a.tar.gz lua-19cfa3239399d6d382cfdda3da8f50396630849a.tar.bz2 lua-19cfa3239399d6d382cfdda3da8f50396630849a.zip |
correction of dependencies from "luadebug.h".
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: makefile,v 1.16 1995/11/10 17:56:06 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.17 1995/12/21 16:14:04 roberto Exp roberto $ |
2 | 2 | ||
3 | #configuration | 3 | #configuration |
4 | 4 | ||
@@ -67,7 +67,7 @@ clear : | |||
67 | 67 | ||
68 | 68 | ||
69 | fallback.o : fallback.c mem.h fallback.h opcode.h lua.h types.h tree.h func.h | 69 | fallback.o : fallback.c mem.h fallback.h opcode.h lua.h types.h tree.h func.h |
70 | func.o : func.c table.h tree.h types.h opcode.h lua.h func.h mem.h | 70 | func.o : func.c table.h tree.h types.h opcode.h lua.h func.h mem.h luadebug.h |
71 | hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h | 71 | hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h |
72 | inout.o : inout.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ | 72 | inout.o : inout.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ |
73 | table.h | 73 | table.h |
@@ -83,5 +83,5 @@ parser.o : parser.c mem.h opcode.h lua.h types.h tree.h func.h hash.h inout.h \ | |||
83 | table.h | 83 | table.h |
84 | strlib.o : strlib.c lua.h lualib.h | 84 | strlib.o : strlib.c lua.h lualib.h |
85 | table.o : table.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h \ | 85 | table.o : table.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h \ |
86 | inout.h fallback.h | 86 | inout.h fallback.h luadebug.h |
87 | tree.o : tree.c mem.h lua.h tree.h types.h table.h opcode.h func.h | 87 | tree.o : tree.c mem.h lua.h tree.h types.h table.h opcode.h func.h |