summaryrefslogtreecommitdiff
path: root/src/Makefile.dep
diff options
context:
space:
mode:
authorMike Pall <mike>2011-10-17 20:06:04 +0200
committerMike Pall <mike>2011-10-17 20:06:04 +0200
commitf50075a9d71bcd2a19029d5bbf1d1d2af6c90bd6 (patch)
treee6ba12b6b3fcef71851a3e41a6608b2453fef698 /src/Makefile.dep
parente5f310eefac2e2b885082256fa39688efabba0c2 (diff)
downloadluajit2-f50075a9d71bcd2a19029d5bbf1d1d2af6c90bd6.tar.gz
Fixup PC in tracebacks after exits from down-recursive traces.
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r--src/Makefile.dep2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep
index 3a5667bc..9c866050 100644
--- a/src/Makefile.dep
+++ b/src/Makefile.dep
@@ -93,7 +93,7 @@ lj_ctype.o: lj_ctype.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_ctype.h
lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_state.h lj_frame.h \
- lj_bc.h
+ lj_bc.h lj_jit.h lj_ir.h
lj_dispatch.o: lj_dispatch.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
lj_err.h lj_errmsg.h lj_debug.h lj_state.h lj_frame.h lj_bc.h lj_ff.h \
lj_ffdef.h lj_jit.h lj_ir.h lj_trace.h lj_dispatch.h lj_traceerr.h \