summaryrefslogtreecommitdiff
path: root/tools/Makefile.host
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2009-12-01 09:08:25 +0000
committeruebayasi <uebayasi@NetBSD.org>2009-12-01 09:08:25 +0000
commitab788f10b40604f05f4218a99bf6aac05377f21c (patch)
tree860a5e5d8a0628630ac5815629b660d3c2226c29 /tools/Makefile.host
parentb7b0345e3dbdc315901ffab1b7635031c34d5aae (diff)
Use ${NETBSDSRCDIR} for deep tools/* directories.
Diffstat (limited to 'tools/Makefile.host')
-rw-r--r--tools/Makefile.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile.host b/tools/Makefile.host
index 9c5d60112e6..cee04e2e7f7 100644
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.24 2008/10/19 19:38:55 apb Exp $
+# $NetBSD: Makefile.host,v 1.25 2009/12/01 09:08:25 uebayasi Exp $
NOINFO= # defined
NOLINT= # defined
@@ -7,7 +7,7 @@ NOMAN= # defined
.include <bsd.own.mk>
.ifndef NOCOMPATLIB
-COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
+COMPATOBJ!= cd ${NETBSDSRCDIR}/compat && ${PRINTOBJDIR}
.-include "${COMPATOBJ}/defs.mk"
.endif
@@ -18,7 +18,7 @@ ${var}:= ${${var}}
.endfor
# Switch over to the "real" Makefile.
-.PROGDIR:= ${.CURDIR}/../../${HOST_SRCDIR}
+.PROGDIR:= ${NETBSDSRCDIR}/${HOST_SRCDIR}
_CURDIR:= ${.CURDIR}
HOSTPROG?= ${PROG}