Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Revert previous, which caused tools build to fail.
details: https://anonhg.NetBSD.org/src/rev/fc9bc9c20acd
branches: trunk
changeset: 749522:fc9bc9c20acd
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Dec 01 17:06:34 2009 +0000
description:
Revert previous, which caused tools build to fail.
diffstat:
tools/Makefile.host | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 79375759b4ad -r fc9bc9c20acd tools/Makefile.host
--- a/tools/Makefile.host Tue Dec 01 16:20:52 2009 +0000
+++ b/tools/Makefile.host Tue Dec 01 17:06:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.25 2009/12/01 09:08:25 uebayasi Exp $
+# $NetBSD: Makefile.host,v 1.26 2009/12/01 17:06:34 uebayasi Exp $
NOINFO= # defined
NOLINT= # defined
@@ -7,7 +7,7 @@
.include <bsd.own.mk>
.ifndef NOCOMPATLIB
-COMPATOBJ!= cd ${NETBSDSRCDIR}/compat && ${PRINTOBJDIR}
+COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
.-include "${COMPATOBJ}/defs.mk"
.endif
@@ -18,7 +18,7 @@
.endfor
# Switch over to the "real" Makefile.
-.PROGDIR:= ${NETBSDSRCDIR}/${HOST_SRCDIR}
+.PROGDIR:= ${.CURDIR}/../../${HOST_SRCDIR}
_CURDIR:= ${.CURDIR}
HOSTPROG?= ${PROG}
Home |
Main Index |
Thread Index |
Old Index