Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/compat/amd64/i386 Don't use ${NETBSDSRCDIR}. It might not be...
details: https://anonhg.NetBSD.org/src/rev/6e91ae4c83bd
branches: trunk
changeset: 750143:6e91ae4c83bd
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 19 00:15:13 2009 +0000
description:
Don't use ${NETBSDSRCDIR}. It might not be set yet.
diffstat:
compat/amd64/i386/bsd.i386.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r e753bb5b71cf -r 6e91ae4c83bd compat/amd64/i386/bsd.i386.mk
--- a/compat/amd64/i386/bsd.i386.mk Sat Dec 19 00:14:43 2009 +0000
+++ b/compat/amd64/i386/bsd.i386.mk Sat Dec 19 00:15:13 2009 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index