]> granicus.if.org Git - vim/commitdiff
patch 8.1.1151: build fails when using shadow directory v8.1.1151
authorBram Moolenaar <Bram@vim.org>
Thu, 11 Apr 2019 14:21:33 +0000 (16:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 Apr 2019 14:21:33 +0000 (16:21 +0200)
Problem:    Build fails when using shadow directory.
Solution:   Link the desktop.in files.

src/Makefile
src/version.c

index 35471ae9b0da08c0c3be8921908b161c8bb302be..116f4942609d078c2fa714649b2110ae09e1ff87 100644 (file)
@@ -2778,7 +2778,7 @@ shadow:   runtime pixmaps
        mkdir $(SHADOWDIR)/auto
        cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
        $(MKDIR_P) $(SHADOWDIR)/po
-       cd $(SHADOWDIR)/po; ln -s ../../po/*.po ../../po/*.mak ../../po/*.vim ../../po/Makefile .
+       cd $(SHADOWDIR)/po; ln -s ../../po/*.po ../../po/*.mak ../../po/*.vim ../../po/*.in ../../po/Makefile .
        cd $(SHADOWDIR); rm -f auto/link.sed
        cp Makefile configure $(SHADOWDIR)
        rm -f $(SHADOWDIR)/auto/config.mk $(SHADOWDIR)/config.mk.dist
index efd117ea8b791f28dad4bca434abf31b38b4fec0..e75a60b4339721ce290987cba2e41a42a3f87d5c 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1151,
 /**/
     1150,
 /**/