Prepend ${_TOOL_PREFIX} to xz, too.

This commit is contained in:
aymeric 2018-11-19 20:00:28 +00:00
parent ce4508b239
commit 531981e6f3
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.1083 2018/11/15 09:23:50 martin Exp $
# $NetBSD: bsd.own.mk,v 1.1084 2018/11/19 20:00:28 aymeric Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -420,7 +420,7 @@ TOOL_NCDCS= ${TOOLDIR}/bin/${_TOOL_PREFIX}ibmnws-ncdcs
TOOL_PAX= ${TOOLDIR}/bin/${_TOOL_PREFIX}pax
TOOL_PIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}pic
TOOL_PIGZ= ${TOOLDIR}/bin/${_TOOL_PREFIX}pigz
TOOL_XZ= ${TOOLDIR}/bin/xz
TOOL_XZ= ${TOOLDIR}/bin/${_TOOL_PREFIX}xz
TOOL_PKG_CREATE= ${TOOLDIR}/bin/${_TOOL_PREFIX}pkg_create
TOOL_POWERPCMKBOOTIMAGE=${TOOLDIR}/bin/${_TOOL_PREFIX}powerpc-mkbootimage
TOOL_PWD_MKDB= ${TOOLDIR}/bin/${_TOOL_PREFIX}pwd_mkdb

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2018/09/25 05:42:08 joerg Exp $
# $NetBSD: Makefile,v 1.2 2018/11/19 20:00:28 aymeric Exp $
HOSTPROG= xz
HOSTPROG= ${_TOOL_PREFIX}xz
HOST_SRCDIR= external/public-domain/xz/bin/xz
.include "${.PARSEDIR}/../xz-include/Makefile.inc"