diff options
author | Mike Pall <mike> | 2013-05-13 21:07:14 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-05-13 21:07:14 +0200 |
commit | 09ef8d10773f604452510c9fb3c32b3cdc424ae4 (patch) | |
tree | f488ec047c253d1f827f59849ada173de738fd4d /src/Makefile.dep | |
parent | acda75ad2cc30cff0a390ae0d232a098296e517e (diff) | |
download | luajit-09ef8d10773f604452510c9fb3c32b3cdc424ae4.tar.gz luajit-09ef8d10773f604452510c9fb3c32b3cdc424ae4.tar.bz2 luajit-09ef8d10773f604452510c9fb3c32b3cdc424ae4.zip |
FFI: Load FFI library on-demand for -jdump.
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 06ad20b1..376e2d2f 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -24,9 +24,9 @@ lib_io.o: lib_io.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ | |||
24 | lj_strfmt.h lj_ff.h lj_ffdef.h lj_lib.h lj_libdef.h | 24 | lj_strfmt.h lj_ff.h lj_ffdef.h lj_lib.h lj_libdef.h |
25 | lib_jit.o: lib_jit.c lua.h luaconf.h lauxlib.h lualib.h lj_arch.h \ | 25 | lib_jit.o: lib_jit.c lua.h luaconf.h lauxlib.h lualib.h lj_arch.h \ |
26 | lj_obj.h lj_def.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \ | 26 | lj_obj.h lj_def.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \ |
27 | lj_bc.h lj_ir.h lj_jit.h lj_ircall.h lj_iropt.h lj_target.h \ | 27 | lj_state.h lj_bc.h lj_ctype.h lj_gc.h lj_ir.h lj_jit.h lj_ircall.h \ |
28 | lj_target_*.h lj_dispatch.h lj_vm.h lj_vmevent.h lj_lib.h luajit.h \ | 28 | lj_iropt.h lj_target.h lj_target_*.h lj_dispatch.h lj_vm.h \ |
29 | lj_libdef.h | 29 | lj_vmevent.h lj_lib.h luajit.h lj_libdef.h |
30 | lib_math.o: lib_math.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ | 30 | lib_math.o: lib_math.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ |
31 | lj_def.h lj_arch.h lj_lib.h lj_vm.h lj_libdef.h | 31 | lj_def.h lj_arch.h lj_lib.h lj_vm.h lj_libdef.h |
32 | lib_os.o: lib_os.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ | 32 | lib_os.o: lib_os.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ |