diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2009-12-01 17:06:34 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2009-12-01 17:06:34 +0000 |
| commit | 83246377bb5521da80da00a290b23810be4e6a16 (patch) | |
| tree | d67c5746f4ae0d9f8d79eae33574a8e3e5fbc152 /tools/Makefile.host | |
| parent | 16ac0b772d209d5afe983e6e52f594f684b44f36 (diff) | |
Revert previous, which caused tools build to fail.
Diffstat (limited to 'tools/Makefile.host')
| -rw-r--r-- | tools/Makefile.host | 6 |
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} |
