diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-04-21 23:00:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-04-21 23:00:02 +0200 |
commit | 1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec (patch) | |
tree | 82e4173f4dcdb6b0b7f5c050cab559ed3bc9f798 /src/config.mk.in | |
parent | a701b3b6f0f06ac0c9fcc75c6c34a1258fc3b1a2 (diff) | |
download | vim-git-1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec.tar.gz |
patch 8.0.0576: can't build when configure choses "install-sh"v8.0.0576
Problem: Can't build when configure choses "install-sh". (Daniel Hahler)
Solution: Always use install-sh. Fix remaining use of mkinstalldirs.
(closes #1647)
Diffstat (limited to 'src/config.mk.in')
-rw-r--r-- | src/config.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.mk.in b/src/config.mk.in index b6110ddc8..90a333778 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -103,8 +103,6 @@ AWK = @AWK@ STRIP = @STRIP@ -MKDIR_P = @MKDIR_P@ - EXEEXT = @EXEEXT@ CROSS_COMPILING = @CROSS_COMPILING@ |