diff options
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 9d90dc222bd..e188c20a2f9 100644 --- a/tools/Makefile.host +++ b/tools/Makefile.host @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.host,v 1.28 2011/04/10 16:52:36 joerg Exp $ +# $NetBSD: Makefile.host,v 1.29 2012/12/02 12:48:32 apb Exp $ NOINFO= # defined NOLINT= # defined @@ -7,8 +7,8 @@ NOMAN= # defined .include <bsd.own.mk> .ifndef NOCOMPATLIB -COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR} -.-include "${COMPATOBJ}/defs.mk" +# Use TOOLDIR copy of libnbcompat and associated *.h files +.-include "${TOOLDIR}/share/compat/defs.mk" .endif # Resolve pathnames in variables. |
