commit | 8d687a7424b33b7ad7f6778b0c5d092a44f4bc3a | [log] [tgz] |
---|---|---|
author | Ben Jackson <puremourning@gmail.com> | Wed Jun 14 15:10:02 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 14 15:10:02 2023 +0100 |
tree | 8123b8ececd0bac2734153b34cd7674f44241d64 | |
parent | 95707037afa1aeae4f3494dc623a721ceed7fc4e [diff] |
patch 9.0.1630: "make clean" at the toplevel fails Problem: "make clean" at the toplevel fails. Solution: Clean the indent and syntax directories in a sub-shell. (Ben Jackson, closes #12536, closes #12526)
diff --git a/src/version.c b/src/version.c index c753acd..51e2e6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1630, +/**/ 1629, /**/ 1628,