diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-04-20 20:20:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-04-20 20:20:23 +0200 |
commit | c03944151fec2d5469746642a949c8fcb5a744a8 (patch) | |
tree | 57c6182f83ece7daf153318d9e33c6f2f934cd71 /Filelist | |
parent | 62cf09b5dcb9a04b8e4f5e6cf3b14a787758e1a2 (diff) | |
download | vim-git-c03944151fec2d5469746642a949c8fcb5a744a8.tar.gz |
patch 8.0.0570: can't run make with several jobsv8.0.0570
Problem: Can't run make with several jobs, creating directories has a race
condition.
Solution: Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele,
closes #1639)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ SRC_UNIX = \ src/link.sh \ src/installman.sh \ src/installml.sh \ - src/mkinstalldirs \ + src/install-sh \ src/os_unix.c \ src/os_unix.h \ src/os_unixx.h \ |