Skip to content

Commit e85ce6e

Browse files
committed
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)
1 parent f3dc235 commit e85ce6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@ SHADOWDIR = shadow
26812681

26822682
shadow: runtime pixmaps
26832683
$(MKDIR_P) $(SHADOWDIR)
2684-
cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh .
2684+
cd $(SHADOWDIR); ln -s ../*.[chm] ../*.in ../*.sh ../*.xs ../*.xbm ../gui_gtk_res.xml ../toolcheck ../proto ../libvterm ../vimtutor ../gvimtutor ../install-sh ../Make_all.mak .
26852685
mkdir $(SHADOWDIR)/auto
26862686
cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
26872687
$(MKDIR_P) $(SHADOWDIR)/po

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,8 @@ static char *(features[]) =
789789

790790
static int included_patches[] =
791791
{ /* Add new patch number below this line */
792+
/**/
793+
153,
792794
/**/
793795
152,
794796
/**/

0 commit comments

Comments
 (0)