diff options
author | Mike Pall <mike> | 2016-05-29 18:12:58 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2016-05-29 18:12:58 +0200 |
commit | 384ce2f9eff0322eca76a26fdaadd5840043710a (patch) | |
tree | 84fdcaf85f8464da4eb0dc6b3af678ff7d119e4f /src/Makefile.dep | |
parent | 56fe899a06c5a05e8d4ceb8972b3c45dab1c2979 (diff) | |
download | luajit-384ce2f9eff0322eca76a26fdaadd5840043710a.tar.gz luajit-384ce2f9eff0322eca76a26fdaadd5840043710a.tar.bz2 luajit-384ce2f9eff0322eca76a26fdaadd5840043710a.zip |
MIPS: Fix build failures and warnings.
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 1df1ce6c..4ef002e9 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -162,8 +162,8 @@ lj_opt_narrow.o: lj_opt_narrow.c lj_obj.h lua.h luaconf.h lj_def.h \ | |||
162 | lj_opt_sink.o: lj_opt_sink.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 162 | lj_opt_sink.o: lj_opt_sink.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
163 | lj_ir.h lj_jit.h lj_iropt.h lj_target.h lj_target_*.h | 163 | lj_ir.h lj_jit.h lj_iropt.h lj_target.h lj_target_*.h |
164 | lj_opt_split.o: lj_opt_split.c lj_obj.h lua.h luaconf.h lj_def.h \ | 164 | lj_opt_split.o: lj_opt_split.c lj_obj.h lua.h luaconf.h lj_def.h \ |
165 | lj_arch.h lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_dispatch.h \ | 165 | lj_arch.h lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_ir.h \ |
166 | lj_bc.h lj_jit.h lj_ir.h lj_ircall.h lj_iropt.h lj_vm.h | 166 | lj_jit.h lj_ircall.h lj_iropt.h lj_dispatch.h lj_bc.h lj_vm.h |
167 | lj_parse.o: lj_parse.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 167 | lj_parse.o: lj_parse.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
168 | lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \ | 168 | lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \ |
169 | lj_func.h lj_state.h lj_bc.h lj_ctype.h lj_strfmt.h lj_lex.h lj_parse.h \ | 169 | lj_func.h lj_state.h lj_bc.h lj_ctype.h lj_strfmt.h lj_lex.h lj_parse.h \ |