]> granicus.if.org Git - vim/commitdiff
patch 8.2.0673: cannot build Haiku in shadow directory v8.2.0673
authorBram Moolenaar <Bram@vim.org>
Fri, 1 May 2020 12:14:07 +0000 (14:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 May 2020 12:14:07 +0000 (14:14 +0200)
Problem:    Cannot build Haiku in shadow directory.
Solution:   Add symlink. (Ozaki Kiichi, closes #6023)

src/Makefile
src/version.c

index 12ec23cb2665072b8577cf3461679b815d21c0f2..8a12cb80164a244b26393a57a073d1abd80fa5ac 100644 (file)
@@ -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)
index 140871cdf14b91b252ee875f3785c6623efd92b5..726731862304efb1f6018f30b2adbeeefafc8ae0 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    673,
 /**/
     672,
 /**/