summaryrefslogtreecommitdiff
path: root/tools/Makefile.host
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2009-12-01 17:06:34 +0000
committeruebayasi <uebayasi@NetBSD.org>2009-12-01 17:06:34 +0000
commit83246377bb5521da80da00a290b23810be4e6a16 (patch)
treed67c5746f4ae0d9f8d79eae33574a8e3e5fbc152 /tools/Makefile.host
parent16ac0b772d209d5afe983e6e52f594f684b44f36 (diff)
Revert previous, which caused tools build to fail.
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 cee04e2e7f7..8f6424f6415 100644
--- a/tools/Makefile.host
+++ b/tools/Makefile.host
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.25 2009/12/01 09:08:25 uebayasi Exp $
+# $NetBSD: Makefile.host,v 1.26 2009/12/01 17:06:34 uebayasi Exp $
NOINFO= # defined
NOLINT= # defined
@@ -7,7 +7,7 @@ NOMAN= # defined
.include <bsd.own.mk>
.ifndef NOCOMPATLIB
-COMPATOBJ!= cd ${NETBSDSRCDIR}/compat && ${PRINTOBJDIR}
+COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
.-include "${COMPATOBJ}/defs.mk"
.endif
@@ -18,7 +18,7 @@ ${var}:= ${${var}}
.endfor
# Switch over to the "real" Makefile.
-.PROGDIR:= ${NETBSDSRCDIR}/${HOST_SRCDIR}
+.PROGDIR:= ${.CURDIR}/../../${HOST_SRCDIR}
_CURDIR:= ${.CURDIR}
HOSTPROG?= ${PROG}