To: vim_dev@googlegroups.com Subject: Patch 8.2.4596 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4596 Problem: Installing tutor binary may fail. Solution: Fix the dependency. (Sergei Trofimovich, closes #9978) Files: src/Makefile *** ../vim-8.2.4595/src/Makefile 2022-03-11 16:01:22.309619180 +0000 --- src/Makefile 2022-03-20 11:26:03.101429374 +0000 *************** *** 2484,2494 **** chmod $(FILEMOD) `find $(DEST_PACK) -type f -print` # install the tutor files ! installtutorbin: $(DEST_VIM) $(INSTALL_DATA) vimtutor $(DEST_BIN)/$(VIMNAME)tutor chmod $(SCRIPTMOD) $(DEST_BIN)/$(VIMNAME)tutor ! installgtutorbin: $(DEST_VIM) $(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor --- 2484,2494 ---- chmod $(FILEMOD) `find $(DEST_PACK) -type f -print` # install the tutor files ! installtutorbin: $(DEST_BIN) $(INSTALL_DATA) vimtutor $(DEST_BIN)/$(VIMNAME)tutor chmod $(SCRIPTMOD) $(DEST_BIN)/$(VIMNAME)tutor ! installgtutorbin: $(DEST_BIN) $(INSTALL_DATA) gvimtutor $(DEST_BIN)/$(GVIMNAME)tutor chmod $(SCRIPTMOD) $(DEST_BIN)/$(GVIMNAME)tutor *** ../vim-8.2.4595/src/version.c 2022-03-20 11:07:13.175732467 +0000 --- src/version.c 2022-03-20 11:26:11.593406093 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4596, /**/ -- "Never be afraid to tell the world who you are." -- Anonymous /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///