]> granicus.if.org Git - vim/commitdiff
patch 8.2.4596: installing tutor binary may fail v8.2.4596
authorSergei Trofimovich <slyich@gmail.com>
Sun, 20 Mar 2022 11:26:36 +0000 (11:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Mar 2022 11:26:36 +0000 (11:26 +0000)
Problem:    Installing tutor binary may fail.
Solution:   Fix the dependency. (Sergei Trofimovich, closes #9978)

src/Makefile
src/version.c

index b58e35c3b2b72296ca6c47d9a13af5e98f6d6169..1b143b9ff25f09a036bdcf74071e85f3f38d552a 100644 (file)
@@ -2484,11 +2484,11 @@ installpack: $(DEST_VIM) $(DEST_RT) $(DEST_PACK)
        chmod $(FILEMOD) `find $(DEST_PACK) -type f -print`
 
 # install the tutor files
-installtutorbin: $(DEST_VIM)
+installtutorbin: $(DEST_BIN)
        $(INSTALL_DATA) vimtutor $(DEST_BIN)/$(VIMNAME)tutor
        chmod $(SCRIPTMOD) $(DEST_BIN)/$(VIMNAME)tutor
 
-installgtutorbin: $(DEST_VIM)
+installgtutorbin: $(DEST_BIN)
        $(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor
        chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor
 
index f71228b24d91052c1a16333724eb861b496168c0..c101728a91772771b7e2acdf01aed41a3a53d95a 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4596,
 /**/
     4595,
 /**/