summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-30 13:43:56 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-30 13:43:56 +0100
commitb8cb643eab0e84d6a41f5884c7e41736218425fb (patch)
tree664142edaf4d14c9a7b9ce8a60c21cf1ff23f1bb /src/Makefile
parentf9c8bd2137b045f9a64d63eefcf022b4726b1419 (diff)
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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7cdf813020..4096e556eb 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* \