summaryrefslogtreecommitdiff
path: root/src/Makefile.dep
diff options
context:
space:
mode:
authorMike Pall <mike>2011-01-09 16:48:23 +0100
committerMike Pall <mike>2011-01-09 16:48:23 +0100
commitbfc638ca6c17319acad0f75dfd9b53f6d2ae1e6f (patch)
treebd4a26e5b903fac51a6e8ccc6b1f420bd240a45c /src/Makefile.dep
parentaca1e5b3e69d8e7ed155de3d2db959bc49597bf1 (diff)
downloadluajit2-bfc638ca6c17319acad0f75dfd9b53f6d2ae1e6f.tar.gz
FFI: Add missing GC steps for C function calls.
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 9b790fb8..9982f7b0 100644
--- a/src/Makefile.dep
+++ b/src/Makefile.dep
@@ -56,7 +56,7 @@ lj_asm.o: lj_asm.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \
lj_bc.o: lj_bc.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_bc.h \
lj_bcdef.h
lj_ccall.o: lj_ccall.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
- lj_err.h lj_errmsg.h lj_str.h lj_ctype.h lj_gc.h lj_cconv.h lj_cdata.h \
+ lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_ctype.h lj_cconv.h lj_cdata.h \
lj_ccall.h
lj_cconv.o: lj_cconv.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
lj_err.h lj_errmsg.h lj_tab.h lj_ctype.h lj_gc.h lj_cdata.h lj_cconv.h