commit | a60824308cd9bc192c5d38fc16cccfcf652b40f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 16:26:45 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 16:26:45 2015 +0100 |
tree | bc93537c7f79e018f95c31d061ad06490be942e0 | |
parent | 7b6156f4cd4027b664a916ba546e9b05d4c49e11 [diff] [blame] |
patch 7.4.983 Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
diff --git a/src/version.c b/src/version.c index 60a9b54..67f8d77 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 983, +/**/ 982, /**/ 981,