Fix spelling of HOSTPROG to not enable NLS for tools build.
This commit is contained in:
parent
e8a46266c8
commit
0a7ffab4cc
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2018/09/25 05:42:08 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2018/09/25 12:34:42 joerg Exp $
|
||||
|
||||
PROG= xz
|
||||
BINDIR= /usr/bin
|
||||
|
@ -13,7 +13,7 @@ USETBL= yes
|
|||
.include <bsd.init.mk>
|
||||
|
||||
CPPFLAGS+= -DPACKAGE=\"xz\"
|
||||
.if !defined(HOST_PROG)
|
||||
.if !defined(HOSTPROG)
|
||||
CPPFLAGS+= -DENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\"
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue