changeset 15638:996e75c90f91 v8.1.0827

patch 8.1.0827: missing dependency in Makefile commit https://github.com/vim/vim/commit/8e59a1e127de38ef311f5064b41d201228703883 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 17:36:51 2019 +0100 patch 8.1.0827: missing dependency in Makefile Problem: Missing dependency in Makefile. Solution: Add dependency from autocmd.o on auto/osdef.h
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 17:45:12 +0100
parents 14f30afce1d8
children 250b8b1a25ab
files src/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -3383,7 +3383,7 @@ objects/arabic.o: arabic.c vim.h protode
  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 \
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    827,
+/**/
     826,
 /**/
     825,