commit | 1417031cfd31dd1af9bab686237cb1c8591e0a37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 21 21:50:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 21 21:50:46 2019 +0100 |
tree | e93e85fe99f128a4354aed484da429f9cb950570 | |
parent | 3876789b2326c9e5ab70c0292e988c89504c14b4 [diff] [blame] |
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/version.c b/src/version.c index a732545..825c5e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 967, +/**/ 966, /**/ 965,