changeset 20235:ee5c653b946f v8.2.0673

patch 8.2.0673: cannot build Haiku in shadow directory Commit: https://github.com/vim/vim/commit/4cfde1d273ec5fca68a983805af48ea37d3d94e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:14:07 2020 +0200 patch 8.2.0673: cannot build Haiku in shadow directory Problem: Cannot build Haiku in shadow directory. Solution: Add symlink. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6023)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:15:05 +0200
parents 718824058b00
children 366b1c4f8c49
files src/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2918,7 +2918,7 @@ clean celan: testclean
 #  % make
 SHADOWDIR = shadow
 
-LINKEDFILES = ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh ../Make_all.mak
+LINKEDFILES = ../*.[chm] ../*.cc ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh ../Make_all.mak
 
 shadow:	runtime pixmaps
 	$(MKDIR_P) $(SHADOWDIR)
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    673,
+/**/
     672,
 /**/
     671,