]> granicus.if.org Git - vim/commitdiff
patch 8.1.0827: missing dependency in Makefile v8.1.0827
authorBram Moolenaar <Bram@vim.org>
Sat, 26 Jan 2019 16:36:51 +0000 (17:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 Jan 2019 16:36:51 +0000 (17:36 +0100)
Problem:    Missing dependency in Makefile.
Solution:   Add dependency from autocmd.o on auto/osdef.h

src/Makefile
src/version.c

index 2c409f0a62755737820cf0fae943f960e1d36822..3f54184564de7b82b1c331a283608a9e001c1681 100644 (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 \
index 55105221ef6f45c20f4562fe667a7224c423f981..39a4f8f844861395a3fdf2386a4455097d11de08 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    827,
 /**/
     826,
 /**/