Module Name: src
Committed By: uebayasi
Date: Tue Dec 1 09:08:25 UTC 2009
Modified Files:
src/tools: Makefile.host
Log Message:
Use ${NETBSDSRCDIR} for deep tools/* directories.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/tools/Makefile.host
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile.host
diff -u src/tools/Makefile.host:1.24 src/tools/Makefile.host:1.25
--- src/tools/Makefile.host:1.24 Sun Oct 19 19:38:55 2008
+++ src/tools/Makefile.host Tue Dec 1 09:08:25 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.host,v 1.24 2008/10/19 19:38:55 apb Exp $
+# $NetBSD: Makefile.host,v 1.25 2009/12/01 09:08:25 uebayasi Exp $
NOINFO= # defined
NOLINT= # defined
@@ -7,7 +7,7 @@
.include <bsd.own.mk>
.ifndef NOCOMPATLIB
-COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
+COMPATOBJ!= cd ${NETBSDSRCDIR}/compat && ${PRINTOBJDIR}
.-include "${COMPATOBJ}/defs.mk"
.endif
@@ -18,7 +18,7 @@
.endfor
# Switch over to the "real" Makefile.
-.PROGDIR:= ${.CURDIR}/../../${HOST_SRCDIR}
+.PROGDIR:= ${NETBSDSRCDIR}/${HOST_SRCDIR}
_CURDIR:= ${.CURDIR}
HOSTPROG?= ${PROG}