summaryrefslogtreecommitdiff
path: root/src/auto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-02-15 15:28:09 +0100
committerBram Moolenaar <Bram@vim.org>2011-02-15 15:28:09 +0100
commit542512a3e5582ad6630aac0f05dddcdef1558031 (patch)
tree1a8b9f35bc888ea544891d8dcac9955cce7acbf4 /src/auto
parentb75d09d42b4fb277071afd166c8a394a8b6e0fda (diff)
downloadvim-git-542512a3e5582ad6630aac0f05dddcdef1558031.tar.gz
updated for version 7.3.122v7.3.122
Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
Diffstat (limited to 'src/auto')
-rw-r--r--src/auto/config.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/auto/config.mk b/src/auto/config.mk
deleted file mode 100644
index fa7c10850..000000000
--- a/src/auto/config.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-the first targets to make vim are: scratch config myself
-srcdir = .
-VIMNAME = vim
-EXNAME = ex
-VIEWNAME = view