1
0
forked from aniani/vim

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

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