From: Bram Moolenaar Date: Thu, 21 Feb 2019 20:50:46 +0000 (+0100) Subject: patch 8.1.0967: stray dependency in test Makefile X-Git-Tag: v8.1.0967 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1417031cfd31dd1af9bab686237cb1c8591e0a37;p=vim patch 8.1.0967: stray dependency in test Makefile Problem: Stray dependency in test Makefile. Solution: Remove it. (Masato Nishihata, closes #4018) --- diff --git a/src/testdir/Makefile b/src/testdir/Makefile index c3ba8abdc..45c520d2d 100644 --- 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) diff --git a/src/version.c b/src/version.c index a732545d2..825c5e54b 100644 --- a/src/version.c +++ b/src/version.c @@ -779,6 +779,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 967, /**/ 966, /**/