From 7aa34aa4de7d23c48d4644655adf362aee0b6a10 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 17 Apr 2012 12:37:34 +0200 Subject: [PATCH] Fix dependencies. --- src/Makefile.dep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.dep b/src/Makefile.dep index 7a621242..82cdc0d7 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep @@ -75,7 +75,8 @@ lj_ccall.o: lj_ccall.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ lj_ccallback.o: lj_ccallback.c lj_obj.h lua.h luaconf.h lj_def.h \ lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_tab.h lj_state.h lj_frame.h \ lj_bc.h lj_ctype.h lj_cconv.h lj_ccall.h lj_ccallback.h lj_target.h \ - lj_target_*.h lj_mcode.h lj_jit.h lj_ir.h lj_vm.h + lj_target_*.h lj_mcode.h lj_jit.h lj_ir.h lj_trace.h lj_dispatch.h \ + lj_traceerr.h lj_vm.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 \ lj_ccallback.h -- 2.11.4.GIT