patch 8.1.2417: MinGW/Cygwin build does not clean up all files
Problem: MinGW/Cygwin build does not clean up all files.
Solution: Delete *.map files. (Michael Soyka)
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak
index 8654ca3..46c68ab 100644
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -1071,6 +1071,7 @@
-$(DEL) $(OUTDIR)$(DIRSLASH)pathdef.c
-rmdir $(OUTDIR)
-$(DEL) $(MAIN_TARGET) vimrun.exe install.exe uninstall.exe
+ -$(DEL) *.map
ifdef PERL
-$(DEL) if_perl.c
-$(DEL) auto$(DIRSLASH)if_perl.c
diff --git a/src/version.c b/src/version.c
index 1831286..0956f87 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2417,
+/**/
2416,
/**/
2415,