From b8cb643eab0e84d6a41f5884c7e41736218425fb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 30 Dec 2015 13:43:56 +0100 Subject: patch 7.4.999 Problem: "make shadow" creates a broken link. (Tony Mechelynck) Solution: Remove vimrc.unix from the list. --- src/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile') 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* \ -- cgit v1.2.3