summaryrefslogtreecommitdiff
path: root/tools/Makefile.host
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2013-06-14 16:10:02 +0000
committertsutsui <tsutsui@NetBSD.org>2013-06-14 16:10:02 +0000
commit05e5733245088f5174e14c05c9416fb026eeccf9 (patch)
tree0260e36991b9f40feae8088b1fed4933c9643a74 /tools/Makefile.host
parent2e1ba9da09779c2300b14724c12f2c994f4d0cf6 (diff)
Invoke tools/binstall/mkmanifest for Cygwin via ${HOST_SH}.
Fixes builds using source sets that drop executable bits.
Diffstat (limited to 'tools/Makefile.host')
-rw-r--r--tools/Makefile.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.host b/tools/Makefile.host
index 213187c3630..219b5e5385e 100644
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.30 2013/02/17 00:32:42 christos Exp $
+# $NetBSD: Makefile.host,v 1.31 2013/06/14 16:10:02 tsutsui Exp $
NOINFO= # defined
NOLINT= # defined
@@ -61,7 +61,7 @@ ${HOST_INSTALLPROG}:: ${HOSTPROG}
mkdir -p ${HOST_BINDIR}
${HOST_INSTALL_FILE} -m ${BINMODE} ${HOSTPROG}${HOSTEXEEXT} ${.TARGET}
.if !empty(.MAKE.OS:M*CYGWIN*)
- ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${.TARGET}
+ ${HOST_SH} ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${.TARGET}
.endif
.if ${MKUPDATE} == "no"