From d24555b9566ee02d84ba1922350235b402515c7f Mon Sep 17 00:00:00 2001 From: dsl Date: Sat, 13 Oct 2007 11:04:15 +0000 Subject: Fix the .include lines so that make looks in the right place first. Remember .include "foo.mk" is looked for (first) in the directory that contains the makefile being processed (like in C), so remove all the ${.PARSEDIR} and ../ sequences that just cause grief. --- mk/emulator/netbsd.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/emulator/netbsd.mk') diff --git a/mk/emulator/netbsd.mk b/mk/emulator/netbsd.mk index 3b521712952..b8b8059c9cd 100644 --- a/mk/emulator/netbsd.mk +++ b/mk/emulator/netbsd.mk @@ -1,4 +1,4 @@ -# $NetBSD: netbsd.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ +# $NetBSD: netbsd.mk,v 1.3 2007/10/13 11:04:18 dsl Exp $ # # NetBSD binary emulation framework # @@ -35,7 +35,7 @@ EMUL_DISTRO= native-netbsd # native NetBSD EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${.PARSEDIR}/netbsd-${_EMUL_TYPE}.mk" +. include "netbsd-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") -- cgit v1.2.3