diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-06 11:38:40 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-06 11:38:40 -0300 |
| commit | 0e2297afaad68e955e459a888a8c35213a6189fd (patch) | |
| tree | b366862f26a2386df780cc1f9e346f82e84bc475 | |
| parent | 0a1891f6a07dafbaece702f0b08bb6e4084b67b6 (diff) | |
| download | lua-0e2297afaad68e955e459a888a8c35213a6189fd.tar.gz lua-0e2297afaad68e955e459a888a8c35213a6189fd.tar.bz2 lua-0e2297afaad68e955e459a888a8c35213a6189fd.zip | |
update of dependencies from "#include"s.
| -rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # $Id: makefile,v 1.23 1996/04/25 14:01:27 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.24 1996/05/03 17:27:03 roberto Exp roberto $ |
| 2 | 2 | ||
| 3 | #configuration | 3 | #configuration |
| 4 | 4 | ||
| @@ -69,8 +69,8 @@ clear : | |||
| 69 | co $@ | 69 | co $@ |
| 70 | 70 | ||
| 71 | 71 | ||
| 72 | 72 | fallback.o : fallback.c mem.h fallback.h lua.h opcode.h types.h tree.h func.h \ | |
| 73 | fallback.o : fallback.c mem.h fallback.h opcode.h lua.h types.h tree.h func.h | 73 | table.h |
| 74 | func.o : func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h mem.h | 74 | func.o : func.c luadebug.h lua.h table.h tree.h types.h opcode.h func.h mem.h |
| 75 | hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h | 75 | hash.o : hash.c mem.h opcode.h lua.h types.h tree.h func.h hash.h table.h |
| 76 | inout.o : inout.c lex.h opcode.h lua.h types.h tree.h func.h inout.h table.h \ | 76 | inout.o : inout.c lex.h opcode.h lua.h types.h tree.h func.h inout.h table.h \ |
