diff options
author | Mike Pall <mike> | 2013-05-15 13:57:35 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-05-15 13:57:35 +0200 |
commit | fd616caf2691d8629aa9096216714ba9defd7748 (patch) | |
tree | a496c4e9b912f9be76defbbbe92b342f3abeaa24 /src/Makefile.dep | |
parent | a86017784eb6195bed5bbe1252204eb871f83270 (diff) | |
download | luajit-fd616caf2691d8629aa9096216714ba9defd7748.tar.gz luajit-fd616caf2691d8629aa9096216714ba9defd7748.tar.bz2 luajit-fd616caf2691d8629aa9096216714ba9defd7748.zip |
Compile bit.tohex().
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 376e2d2f..0ea0d98e 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -88,10 +88,10 @@ lj_cparse.o: lj_cparse.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
88 | lj_frame.h lj_bc.h lj_vm.h lj_char.h lj_strscan.h lj_strfmt.h | 88 | lj_frame.h lj_bc.h lj_vm.h lj_char.h lj_strscan.h lj_strfmt.h |
89 | lj_crecord.o: lj_crecord.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 89 | lj_crecord.o: lj_crecord.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
90 | lj_err.h lj_errmsg.h lj_tab.h lj_frame.h lj_bc.h lj_ctype.h lj_gc.h \ | 90 | lj_err.h lj_errmsg.h lj_tab.h lj_frame.h lj_bc.h lj_ctype.h lj_gc.h \ |
91 | lj_cdata.h lj_cparse.h lj_cconv.h lj_clib.h lj_ccall.h lj_ff.h \ | 91 | lj_cdata.h lj_cparse.h lj_cconv.h lj_carith.h lj_clib.h lj_ccall.h \ |
92 | lj_ffdef.h lj_ir.h lj_jit.h lj_ircall.h lj_iropt.h lj_trace.h \ | 92 | lj_ff.h lj_ffdef.h lj_ir.h lj_jit.h lj_ircall.h lj_iropt.h lj_trace.h \ |
93 | lj_dispatch.h lj_traceerr.h lj_record.h lj_ffrecord.h lj_snap.h \ | 93 | lj_dispatch.h lj_traceerr.h lj_record.h lj_ffrecord.h lj_snap.h \ |
94 | lj_crecord.h | 94 | lj_crecord.h lj_strfmt.h |
95 | lj_ctype.o: lj_ctype.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 95 | lj_ctype.o: lj_ctype.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
96 | lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_strfmt.h lj_ctype.h \ | 96 | lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_strfmt.h lj_ctype.h \ |
97 | lj_ccallback.h | 97 | lj_ccallback.h |