]> granicus.if.org Git - vim/commitdiff
patch 8.1.0967: stray dependency in test Makefile v8.1.0967
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Feb 2019 20:50:46 +0000 (21:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Feb 2019 20:50:46 +0000 (21:50 +0100)
Problem:    Stray dependency in test Makefile.
Solution:   Remove it. (Masato Nishihata, closes #4018)

src/testdir/Makefile
src/version.c

index c3ba8abdcf157b5d7d3f8173088a3cc244d00707..45c520d2df2175a01a68192ecfc10eca06bd462e 100644 (file)
@@ -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)
index a732545d2c1529c7cda1402d19f1ddfbfd858744..825c5e54be975d5b904fdc01caefa0b95d5ca13b 100644 (file)
@@ -779,6 +779,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    967,
 /**/
     966,
 /**/