diff options
author | Mike Pall <mike> | 2013-04-27 15:51:50 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-04-27 15:51:50 +0200 |
commit | 64d2883ab4fdd3090d8a428aafc9a2bb3a1ec724 (patch) | |
tree | d44858c5103ec89234d584ee113766468ff3c175 /src/Makefile.dep | |
parent | 723574d08cf9f902bd917e83d8fe25717690b0c6 (diff) | |
download | luajit-64d2883ab4fdd3090d8a428aafc9a2bb3a1ec724.tar.gz luajit-64d2883ab4fdd3090d8a428aafc9a2bb3a1ec724.tar.bz2 luajit-64d2883ab4fdd3090d8a428aafc9a2bb3a1ec724.zip |
Refactor table.concat().
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 6747e599..074d0908 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -58,7 +58,7 @@ lj_bcwrite.o: lj_bcwrite.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
58 | lj_gc.h lj_buf.h lj_str.h lj_bc.h lj_ctype.h lj_dispatch.h lj_jit.h \ | 58 | lj_gc.h lj_buf.h lj_str.h lj_bc.h lj_ctype.h lj_dispatch.h lj_jit.h \ |
59 | lj_ir.h lj_bcdump.h lj_lex.h lj_err.h lj_errmsg.h lj_vm.h | 59 | lj_ir.h lj_bcdump.h lj_lex.h lj_err.h lj_errmsg.h lj_vm.h |
60 | lj_buf.o: lj_buf.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ | 60 | lj_buf.o: lj_buf.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ |
61 | lj_err.h lj_errmsg.h lj_buf.h lj_str.h | 61 | lj_err.h lj_errmsg.h lj_buf.h lj_str.h lj_tab.h |
62 | lj_carith.o: lj_carith.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 62 | lj_carith.o: lj_carith.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
63 | lj_gc.h lj_err.h lj_errmsg.h lj_tab.h lj_meta.h lj_ir.h lj_ctype.h \ | 63 | lj_gc.h lj_err.h lj_errmsg.h lj_tab.h lj_meta.h lj_ir.h lj_ctype.h \ |
64 | lj_cconv.h lj_cdata.h lj_carith.h lj_strscan.h | 64 | lj_cconv.h lj_cdata.h lj_carith.h lj_strscan.h |