diff src/testdir/Makefile @ 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 32682f423b02
children ebdf6cd89910
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)