commit | 1a3eb8e1b51015b99d2e68242dc5326153edc72f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 25 15:34:48 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 25 15:34:48 2014 +0100 |
tree | 871535568bd7ac233cd487fc07b52b07490c7a45 | |
parent | c410530637aad9e7ab187e1fb0ffc6c3de2b5b20 [diff] [blame] |
updated for version 7.4.217 Problem: When src/auto/configure was updated, "make clean" would run configure pointlessly. Solution: Do not run configure for "make clean" and "make distclean" when the make program supports $MAKECMDGOALS. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 65c25fe..ce4659c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 217, +/**/ 216, /**/ 215,