aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.dep2
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
200lj_strfmt.o: lj_strfmt.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ 200lj_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
203lj_strfmt_num.o: lj_strfmt_num.c lj_obj.h lua.h luaconf.h lj_def.h \ 203lj_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
205lj_strscan.o: lj_strscan.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ 205lj_strscan.o: lj_strscan.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \