commit | 46fd6bf2b6395f5850905525fa763803a14b093d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 19:19:44 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 19:19:44 2019 +0100 |
tree | d5345648df64e2b3c711cb23bc0fd32b4ccad0c6 | |
parent | ec50401e1e1357a1340b3c92109fd4860e38a8ac [diff] [blame] |
patch 8.1.0724: build for MinGW fails Problem: Build for MinGW fails. Solution: Avoid specifying dependencies in included makefile.
diff --git a/src/version.c b/src/version.c index aede1e6..50b3263 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 724, +/**/ 723, /**/ 722,