]> granicus.if.org Git - vim/commitdiff
patch 8.1.0153: build with SHADOWDIR fails v8.1.0153
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Jul 2018 15:11:24 +0000 (17:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Jul 2018 15:11:24 +0000 (17:11 +0200)
Problem:    Build with SHADOWDIR fails. (Elimar Riesebieter)
Solution:   Create a link for Make_all.mak. (Tony Mechelynck)

src/Makefile
src/version.c

index 2c4421ee2061bb9171779c32d918bb26ff6d5841..84595465d6ab141dbf54f3761e7a122d6a4536af 100644 (file)
@@ -2681,7 +2681,7 @@ SHADOWDIR = shadow
 
 shadow:        runtime pixmaps
        $(MKDIR_P) $(SHADOWDIR)
-       cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh .
+       cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh ../Make_all.mak .
        mkdir $(SHADOWDIR)/auto
        cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
        $(MKDIR_P) $(SHADOWDIR)/po
index 6e8f014a842d020edac9f492b5ac41f9acbdbbaa..cfcbe53a32da11ce2c21c4ab0db798372d4ad26c 100644 (file)
@@ -789,6 +789,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    153,
 /**/
     152,
 /**/