diff options
author | Mike Pall <mike> | 2021-06-03 10:07:00 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2021-06-03 10:07:00 +0200 |
commit | 7d267973e20c94c98ff4cd88a2a28dad0c3f7dad (patch) | |
tree | f71226d3274ea97b39eac435e5dc2978e6f6b7bc /src | |
parent | 65ff33a4afc7b10e3496438fb4d1515a2f01ee0d (diff) | |
download | luajit-7d267973e20c94c98ff4cd88a2a28dad0c3f7dad.tar.gz luajit-7d267973e20c94c98ff4cd88a2a28dad0c3f7dad.tar.bz2 luajit-7d267973e20c94c98ff4cd88a2a28dad0c3f7dad.zip |
Fix dependencies.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index a557d44f..dd74c677 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -199,7 +199,7 @@ lj_str.o: lj_str.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ | |||
199 | lj_err.h lj_errmsg.h lj_str.h lj_char.h lj_prng.h | 199 | lj_err.h lj_errmsg.h lj_str.h lj_char.h lj_prng.h |
200 | lj_strfmt.o: lj_strfmt.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 200 | lj_strfmt.o: lj_strfmt.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
201 | lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_meta.h lj_state.h \ | 201 | lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_meta.h lj_state.h \ |
202 | lj_char.h lj_strfmt.h lj_lib.h | 202 | lj_char.h lj_strfmt.h lj_ctype.h lj_lib.h |
203 | lj_strfmt_num.o: lj_strfmt_num.c lj_obj.h lua.h luaconf.h lj_def.h \ | 203 | lj_strfmt_num.o: lj_strfmt_num.c lj_obj.h lua.h luaconf.h lj_def.h \ |
204 | lj_arch.h lj_buf.h lj_gc.h lj_str.h lj_strfmt.h | 204 | lj_arch.h lj_buf.h lj_gc.h lj_str.h lj_strfmt.h |
205 | lj_strscan.o: lj_strscan.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 205 | lj_strscan.o: lj_strscan.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |