0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.0827: missing dependency in Makefile

Problem:    Missing dependency in Makefile.
Solution:   Add dependency from autocmd.o on auto/osdef.h
This commit is contained in:
Bram Moolenaar 2019-01-26 17:36:51 +01:00
parent 29ddebef40
commit 8e59a1e127
2 changed files with 3 additions and 1 deletions

View File

@ -3383,7 +3383,7 @@ objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
proto.h globals.h farsi.h arabic.h
objects/autocmd.o: autocmd.c vim.h protodef.h auto/config.h feature.h \
os_unix.h os_mac.h ascii.h keymap.h term.h macros.h option.h beval.h \
auto/osdef.h os_unix.h os_mac.h ascii.h keymap.h term.h macros.h option.h beval.h \
structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
farsi.h arabic.h
objects/beval.o: beval.c vim.h protodef.h auto/config.h feature.h os_unix.h \

View File

@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
827,
/**/
826,
/**/