commit | a4594f6b8271a6b638ec03f2701183f82cb18d8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 16:35:35 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 16:35:35 2011 +0200 |
tree | 8589a959fab73c7b95a5474b25dfd7906ab7b86a | |
parent | b3479bd2297d9a8d9614bb7c906e4a24b8d162bd [diff] [blame] |
updated for version 7.3.339 Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
diff --git a/src/Makefile b/src/Makefile index 5d5b600..5b32482 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2328,6 +2328,7 @@ ../../testdir/vimrc.unix \ ../../testdir/*.in \ ../../testdir/*.vim \ + ../../testdir/test83-tags? \ ../../testdir/*.ok . # Link needed for doing "make install" in a shadow directory.