changeset 15922:0d6331501d19 v8.1.0967

patch 8.1.0967: stray dependency in test Makefile commit https://github.com/vim/vim/commit/1417031cfd31dd1af9bab686237cb1c8591e0a37 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 21 21:50:46 2019 +0100 patch 8.1.0967: stray dependency in test Makefile Problem: Stray dependency in test Makefile. Solution: Remove it. (Masato Nishihata, closes https://github.com/vim/vim/issues/4018)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Feb 2019 22:00:10 +0100
parents ebf32ff1674b
children 5818bd3610d1
files src/testdir/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -148,7 +148,7 @@ newtests: newtestssilent
 newtestssilent: $(NEW_TESTS_RES)
 
 
-.vim.res: writevimcmd
+.vim.res:
 	@echo "$(VIMPROG)" > vimcmd
 	@echo "$(RUN_VIMTEST)" >> vimcmd
 	$(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL)
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    967,
+/**/
     966,
 /**/
     965,