1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2014-03-25 15:34:48 +01:00
parent c410530637
commit 1a3eb8e1b5
2 changed files with 7 additions and 2 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
217,
/**/
216,
/**/