Module Name:    src
Committed By:   christos
Date:           Sat Dec 19 00:15:13 UTC 2009

Modified Files:
        src/compat/amd64/i386: bsd.i386.mk

Log Message:
Don't use ${NETBSDSRCDIR}. It might not be set yet.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/compat/amd64/i386/bsd.i386.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/compat/amd64/i386/bsd.i386.mk
diff -u src/compat/amd64/i386/bsd.i386.mk:1.1 src/compat/amd64/i386/bsd.i386.mk:1.2
--- src/compat/amd64/i386/bsd.i386.mk:1.1	Sun Dec 13 04:07:32 2009
+++ src/compat/amd64/i386/bsd.i386.mk	Fri Dec 18 19:15:13 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.i386.mk,v 1.1 2009/12/13 09:07:32 mrg Exp $
+#	$NetBSD: bsd.i386.mk,v 1.2 2009/12/19 00:15:13 christos Exp $
 
 LD+=			-m elf_i386
 MLIBDIR=		i386
@@ -11,4 +11,4 @@
 CRYPTO_MACHINE_CPU=	${MLIBDIR}
 LDELFSO_MACHINE_CPU=	${MLIBDIR}
 
-.include "${NETBSDSRCDIR}/compat/m32.mk"
+.include "${.PARSEDIR}/../../m32.mk"

Reply via email to