Module Name:    src
Committed By:   uebayasi
Date:           Tue Dec  1 17:06:34 UTC 2009

Modified Files:
        src/tools: Makefile.host

Log Message:
Revert previous, which caused tools build to fail.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/tools/Makefile.host:1.26
--- src/tools/Makefile.host:1.25	Tue Dec  1 09:08:25 2009
+++ src/tools/Makefile.host	Tue Dec  1 17:06:34 2009
@@ -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}
 

Reply via email to