Set "HOSTLIB" before including "bsd.own.mk" to get the destination

directory checks to work properly.
This commit is contained in:
tron 2011-04-17 12:52:26 +00:00
parent 1f1f76a438
commit 0f152b1dd8
3 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
.include <bsd.own.mk>
# $NetBSD: Makefile,v 1.3 2011/04/17 12:52:26 tron Exp $
HOSTLIB= ctf
.include <bsd.own.mk>
SRCS= ctf_create.c \
ctf_decl.c \
ctf_error.c \

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2010/06/19 23:11:10 riz Exp $
.include <bsd.own.mk>
# $NetBSD: Makefile,v 1.3 2011/04/17 12:52:26 tron Exp $
HOSTLIB=dwarf
.include <bsd.own.mk>
SRCS= dwarf_abbrev.c \
dwarf_attr.c \
dwarf_attrval.c \

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.4 2010/06/19 23:11:10 riz Exp $
.include <bsd.own.mk>
# $NetBSD: Makefile,v 1.5 2011/04/17 12:52:26 tron Exp $
HOSTLIB= elf
.include <bsd.own.mk>
SRCS= elf_begin.c \
elf_cntl.c \
elf_end.c elf_errmsg.c elf_errno.c \