commit | 2446ec9b567ce2b72bd06d121f200f40bbdc8a84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 26 12:00:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 26 12:00:01 2021 +0100 |
tree | 3248cc34ff144c925b5c1b9612c223deb3e9ad8d | |
parent | 777e7c21b7627be80961848ac560cb0a9978ff43 [diff] [blame] |
patch 8.2.3565: Makefile dependencies are outdated Problem: Makefile dependencies are outdated. (Gary Johnson) Solution: Run "make depend" and add missing dependencies.
diff --git a/src/version.c b/src/version.c index 2c25238..857d72e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3565, +/**/ 3564, /**/ 3563,