summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-16 12:28:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-16 12:28:34 +0100
commit3e8b7a6056986caf561f1b6168af7837919df9b9 (patch)
tree85f78c974b780e92cc4f6da0c6233464c8b84abb /src/Makefile
parent48db5dafecacced4a9e42de3f92838b2d59beb4c (diff)
patch 9.0.0477: missing dependency may cause crashes on incomplete buildv9.0.0477
Problem: Missing dependency may cause crashes on incomplete build. Solution: Add dependency.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 59c9b64ad7..668a87f35a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4191,7 +4191,7 @@ objects/vim9type.o: vim9type.c vim.h protodef.h auto/config.h feature.h os_unix.
auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h libvterm/include/vterm.h \
libvterm/include/vterm_keycodes.h alloc.h ex_cmds.h spell.h proto.h \
- globals.h errors.h
+ globals.h errors.h vim9.h
objects/viminfo.o: viminfo.c vim.h protodef.h auto/config.h feature.h os_unix.h \
auto/osdef.h ascii.h keymap.h termdefs.h macros.h option.h beval.h \
proto/gui_beval.pro structs.h regexp.h gui.h libvterm/include/vterm.h \