]> granicus.if.org Git - vim/commitdiff
patch 8.1.1236: sjiscorr.c not found in shadow directory v8.1.1236
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 18:30:54 +0000 (20:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 18:30:54 +0000 (20:30 +0200)
Problem:    sjiscorr.c not found in shadow directory. (Tony Mechelynck)
Solution:   Link po/*.c files with "make shadow".

src/Makefile
src/version.c

index 3692e18d63f6436fe4bb8b29dcf3034f62d4acdd..656c5eef5c1fac6ea49a5ae60aeb48ee57431bff 100644 (file)
@@ -2784,7 +2784,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/*.in ../../po/Makefile .
+       cd $(SHADOWDIR)/po; ln -s ../../po/*.po ../../po/*.mak ../../po/*.vim ../../po/*.in ../../po/Makefile ../../po/*.c .
        cd $(SHADOWDIR); rm -f auto/link.sed
        cp Makefile configure $(SHADOWDIR)
        rm -f $(SHADOWDIR)/auto/config.mk $(SHADOWDIR)/config.mk.dist
index 5cba4565534bb0598cd3656d218585bc732983fa..0e91cc6ead7122df09fced30ac7f8dfcc5bddc49 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1236,
 /**/
     1235,
 /**/