forked from aniani/vim
patch 9.1.1036: make install fails when using shadowdir
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>
This commit is contained in:
@@ -3002,6 +3002,8 @@ shadowupdate:
|
|||||||
# Link needed for doing "make install" in a shadow directory.
|
# Link needed for doing "make install" in a shadow directory.
|
||||||
runtime:
|
runtime:
|
||||||
-ln -s ../runtime .
|
-ln -s ../runtime .
|
||||||
|
-ln -s ../README.txt .
|
||||||
|
-ln -s ../LICENSE .
|
||||||
|
|
||||||
# Link needed for doing "make" using GTK in a shadow directory.
|
# Link needed for doing "make" using GTK in a shadow directory.
|
||||||
pixmaps:
|
pixmaps:
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1036,
|
||||||
/**/
|
/**/
|
||||||
1035,
|
1035,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user