0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

updated for version 7.3.339

Problem:    "make shadow" doesn't link all test files.
Solution:   Add a line in Makefile and Filelist.
This commit is contained in:
Bram Moolenaar 2011-10-20 16:35:35 +02:00
parent b3479bd229
commit a4594f6b82
3 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,7 @@ SRC_ALL = \
src/testdir/test[0-9]*.ok \ src/testdir/test[0-9]*.ok \
src/testdir/test49.vim \ src/testdir/test49.vim \
src/testdir/test60.vim \ src/testdir/test60.vim \
src/testdir/test83-tags? \
src/proto.h \ src/proto.h \
src/proto/blowfish.pro \ src/proto/blowfish.pro \
src/proto/buffer.pro \ src/proto/buffer.pro \

View File

@ -2328,6 +2328,7 @@ shadow: runtime pixmaps
../../testdir/vimrc.unix \ ../../testdir/vimrc.unix \
../../testdir/*.in \ ../../testdir/*.in \
../../testdir/*.vim \ ../../testdir/*.vim \
../../testdir/test83-tags? \
../../testdir/*.ok . ../../testdir/*.ok .
# Link needed for doing "make install" in a shadow directory. # Link needed for doing "make install" in a shadow directory.

View File

@ -709,6 +709,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 */
/**/
339,
/**/ /**/
338, 338,
/**/ /**/