commit | 91b6e4591a839139f720798a2efbe83b2ecf8446 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 22:32:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 22:32:24 2017 +0200 |
tree | aa2aa95bf945320aa417150fd0f6f3456f5b59d5 | |
parent | 6de5e126018b6f92526795cc06b1d73fac965db1 [diff] [blame] |
patch 8.0.0573: running parallel make after distclean fails Problem: Running parallel make after distclean fails. (Manuel Ortega) Solution: Instead of using targets "scratch config myself" use "reconfig".
diff --git a/src/config.mk.dist b/src/config.mk.dist index fa7c108..8a584c2 100644 --- a/src/config.mk.dist +++ b/src/config.mk.dist
@@ -1,4 +1,4 @@ -the first targets to make vim are: scratch config myself +the first target to make vim is: reconfig srcdir = . VIMNAME = vim EXNAME = ex