commit | 0f7683f9739087f3c7a4678c5182ed0517523b4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 18:01:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 18:01:31 2018 +0200 |
tree | c015dd4820de1b874ad9c60e55f0b834bcf3bf88 | |
parent | 5c6f574bd1e07d6eab077fa8f28b2c0cd480b068 [diff] [blame] |
patch 8.1.0382: some make programs can't handle "xdiff/../" Problem: Some make programs can't handle dependency on "xdiff/../". Solution: Strip it out.
diff --git a/src/version.c b/src/version.c index 8addd2c..d6a8817 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 382, +/**/ 381, /**/ 380,