]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1036: make install fails when using shadowdir v9.1.1036
authorChristian Brabandt <cb@256bit.org>
Sun, 19 Jan 2025 09:00:40 +0000 (10:00 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 19 Jan 2025 09:00:40 +0000 (10:00 +0100)
Problem:  make install fails when using shadowdir
          (after v9.1.1029)
Solution: also link in README.txt and LICENSE file

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/Makefile
src/version.c

index 84496b301472c05e066e78cf0b4d7cf267667baa..19d1dca9b113ef80578492ac0407c215598de114 100644 (file)
@@ -3002,6 +3002,8 @@ shadowupdate:
 # Link needed for doing "make install" in a shadow directory.
 runtime:
        -ln -s ../runtime .
+       -ln -s ../README.txt .
+       -ln -s ../LICENSE .
 
 # Link needed for doing "make" using GTK in a shadow directory.
 pixmaps:
index 260f9b53d6338e50c0cc690c2668daad45c7afee..9542bcb941ccc195d97397d383c7d0df3e874fb0 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1036,
 /**/
     1035,
 /**/