diff options
author | Mike Pall <mike> | 2012-07-24 14:56:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-07-24 14:56:29 +0200 |
commit | e8af6e9da4465ffb02f89bee8dfc372b48741bf7 (patch) | |
tree | 2021e6d195b26deaab04e11b81447b4f676284dd /src/Makefile.dep | |
parent | 3636a720a57adefb84c7ac70b68f640caf47f27f (diff) | |
download | luajit-e8af6e9da4465ffb02f89bee8dfc372b48741bf7.tar.gz luajit-e8af6e9da4465ffb02f89bee8dfc372b48741bf7.tar.bz2 luajit-e8af6e9da4465ffb02f89bee8dfc372b48741bf7.zip |
Don't treat all constified cdata content as constant.
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 1c7e5dc0..f9e658e1 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -133,7 +133,8 @@ lj_opt_dce.o: lj_opt_dce.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
133 | lj_ir.h lj_jit.h lj_iropt.h | 133 | lj_ir.h lj_jit.h lj_iropt.h |
134 | lj_opt_fold.o: lj_opt_fold.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 134 | lj_opt_fold.o: lj_opt_fold.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
135 | lj_str.h lj_tab.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h lj_dispatch.h \ | 135 | lj_str.h lj_tab.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h lj_dispatch.h \ |
136 | lj_bc.h lj_traceerr.h lj_carith.h lj_vm.h lj_folddef.h | 136 | lj_bc.h lj_traceerr.h lj_ctype.h lj_gc.h lj_carith.h lj_vm.h \ |
137 | lj_folddef.h | ||
137 | lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 138 | lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
138 | lj_err.h lj_errmsg.h lj_str.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h \ | 139 | lj_err.h lj_errmsg.h lj_str.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h \ |
139 | lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h lj_vm.h | 140 | lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h lj_vm.h |