commit | 1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 21 23:00:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 21 23:00:02 2017 +0200 |
tree | 82e4173f4dcdb6b0b7f5c050cab559ed3bc9f798 | |
parent | a701b3b6f0f06ac0c9fcc75c6c34a1258fc3b1a2 [diff] [blame] |
patch 8.0.0576: can't build when configure choses "install-sh" Problem: Can't build when configure choses "install-sh". (Daniel Hahler) Solution: Always use install-sh. Fix remaining use of mkinstalldirs. (closes #1647)
diff --git a/src/version.c b/src/version.c index 60dbdf4..b0ccc14 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 576, +/**/ 575, /**/ 574,