diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-13 21:51:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-13 21:51:08 +0000 |
commit | 4b1d9639726ebe1630991488a1314db628b6b854 (patch) | |
tree | 1c917ecce981d10d7a8abcd1a92530df399d786d /src/Makefile | |
parent | 0631bb4ed7674b88ba395daf59ed222f77bc4913 (diff) | |
download | vim-git-4b1d9639726ebe1630991488a1314db628b6b854.tar.gz |
patch 8.2.4375: ctx_imports is not usedv8.2.4375
Problem: ctx_imports is not used.
Solution: Delete ctx_imports. Add missing dependency.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 46af6c3ba..3288c5b47 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4187,7 +4187,7 @@ objects/vim9script.o: vim9script.c vim.h protodef.h auto/config.h feature.h \ objects/vim9type.o: vim9type.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 alloc.h ex_cmds.h spell.h \ - proto.h globals.h errors.h + proto.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 alloc.h ex_cmds.h spell.h \ |