comparison src/config.mk.in @ 11382:3f399c28e4af v8.0.0576

patch 8.0.0576: can't build when configure choses "install-sh" commit https://github.com/vim/vim/commit/1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 21 23:00:02 2017 +0200 patch 8.0.0576: can't build when configure choses "install-sh" Problem: Can't build when configure choses "install-sh". (Daniel Hahler) Solution: Always use install-sh. Fix remaining use of mkinstalldirs. (closes #1647)
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Apr 2017 23:15:03 +0200
parents e11d5966b822
children b8299e742f41
comparison
equal deleted inserted replaced
11381:2671bb1e1c74 11382:3f399c28e4af
101 101
102 AWK = @AWK@ 102 AWK = @AWK@
103 103
104 STRIP = @STRIP@ 104 STRIP = @STRIP@
105 105
106 MKDIR_P = @MKDIR_P@
107
108 EXEEXT = @EXEEXT@ 106 EXEEXT = @EXEEXT@
109 CROSS_COMPILING = @CROSS_COMPILING@ 107 CROSS_COMPILING = @CROSS_COMPILING@
110 108
111 COMPILEDBY = @compiledby@ 109 COMPILEDBY = @compiledby@
112 110