diff options
| author | apb <apb@NetBSD.org> | 2012-12-02 12:48:32 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2012-12-02 12:48:32 +0000 |
| commit | 934f9b439e9b60a0bb046da6220e07110fdacde9 (patch) | |
| tree | f3da76dce751fdf7816a6076d8156b06a8a7dbb7 /tools/Makefile.host | |
| parent | a3ba980c0a15ba7a23350775e3c5d19c0c9c027d (diff) | |
Make most things under src/tools use the TOOLDIR version of compat/defs.mk,
instead of the version in the .OBJDIR of tools/compat.
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. |
