diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-30 13:43:56 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-30 13:43:56 +0100 |
commit | b8cb643eab0e84d6a41f5884c7e41736218425fb (patch) | |
tree | 664142edaf4d14c9a7b9ce8a60c21cf1ff23f1bb /src/Makefile | |
parent | f9c8bd2137b045f9a64d63eefcf022b4726b1419 (diff) | |
download | vim-git-b8cb643eab0e84d6a41f5884c7e41736218425fb.tar.gz |
patch 7.4.999v7.4.999
Problem: "make shadow" creates a broken link. (Tony Mechelynck)
Solution: Remove vimrc.unix from the list.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 7cdf81302..4096e556e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2481,7 +2481,6 @@ shadow: runtime pixmaps mkdir $(SHADOWDIR)/testdir cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \ ../../testdir/Make_all.mak \ - ../../testdir/vimrc.unix \ ../../testdir/*.in \ ../../testdir/*.vim \ ../../testdir/python* \ |