Mercurial > vim
changeset 14274:6e90639a4455 v8.1.0153
patch 8.1.0153: build with SHADOWDIR fails
commit https://github.com/vim/vim/commit/e85ce6ea2e09fe4d61c94e34e9e437c3c1f20b6e
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 5 17:11:24 2018 +0200
patch 8.1.0153: build with SHADOWDIR fails
Problem: Build with SHADOWDIR fails. (Elimar Riesebieter)
Solution: Create a link for Make_all.mak. (Tony Mechelynck)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 05 Jul 2018 17:15:06 +0200 |
parents | ed2ac88f4b05 |
children | 2c3c953cf503 |
files | src/Makefile src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile +++ b/src/Makefile @@ -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