comparison src/Makefile @ 3137:b5a2b4c0c1ca v7.3.339

updated for version 7.3.339 Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 16:35:35 +0200
parents 107b03fdf1ad
children 4e9c5338f44c
comparison
equal deleted inserted replaced
3136:f530aef0d959 3137:b5a2b4c0c1ca
2326 mkdir $(SHADOWDIR)/testdir 2326 mkdir $(SHADOWDIR)/testdir
2327 cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \ 2327 cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
2328 ../../testdir/vimrc.unix \ 2328 ../../testdir/vimrc.unix \
2329 ../../testdir/*.in \ 2329 ../../testdir/*.in \
2330 ../../testdir/*.vim \ 2330 ../../testdir/*.vim \
2331 ../../testdir/test83-tags? \
2331 ../../testdir/*.ok . 2332 ../../testdir/*.ok .
2332 2333
2333 # Link needed for doing "make install" in a shadow directory. 2334 # Link needed for doing "make install" in a shadow directory.
2334 runtime: 2335 runtime:
2335 -ln -s ../runtime . 2336 -ln -s ../runtime .