aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.dep
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r--src/Makefile.dep3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep
index 315bf632..0bf63391 100644
--- a/src/Makefile.dep
+++ b/src/Makefile.dep
@@ -197,7 +197,8 @@ lj_state.o: lj_state.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
197lj_str.o: lj_str.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \ 197lj_str.o: lj_str.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h lj_gc.h \
198 lj_err.h lj_errmsg.h lj_str.h lj_char.h lj_prng.h 198 lj_err.h lj_errmsg.h lj_str.h lj_char.h lj_prng.h
199lj_strfmt.o: lj_strfmt.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ 199lj_strfmt.o: lj_strfmt.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
200 lj_buf.h lj_gc.h lj_str.h lj_state.h lj_char.h lj_strfmt.h 200 lj_err.h lj_errmsg.h lj_buf.h lj_gc.h lj_str.h lj_meta.h lj_state.h \
201 lj_char.h lj_strfmt.h lj_lib.h
201lj_strfmt_num.o: lj_strfmt_num.c lj_obj.h lua.h luaconf.h lj_def.h \ 202lj_strfmt_num.o: lj_strfmt_num.c lj_obj.h lua.h luaconf.h lj_def.h \
202 lj_arch.h lj_buf.h lj_gc.h lj_str.h lj_strfmt.h 203 lj_arch.h lj_buf.h lj_gc.h lj_str.h lj_strfmt.h
203lj_strscan.o: lj_strscan.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ 204lj_strscan.o: lj_strscan.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \