Module Name:    src
Committed By:   skrll
Date:           Sun Nov  8 22:27:10 UTC 2009

Modified Files:
        src/share/mk: bsd.kmodule.mk

Log Message:
Update for new binutils location.

XXX Why is kmodule under binutils anyway?


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/mk/bsd.kmodule.mk

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

Modified files:

Index: src/share/mk/bsd.kmodule.mk
diff -u src/share/mk/bsd.kmodule.mk:1.19 src/share/mk/bsd.kmodule.mk:1.20
--- src/share/mk/bsd.kmodule.mk:1.19	Fri Apr 10 16:16:12 2009
+++ src/share/mk/bsd.kmodule.mk	Sun Nov  8 22:27:09 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.kmodule.mk,v 1.19 2009/04/10 16:16:12 apb Exp $
+#	$NetBSD: bsd.kmodule.mk,v 1.20 2009/11/08 22:27:09 skrll Exp $
 
 # We are not building this with PIE
 MKPIE=no
@@ -27,8 +27,8 @@
 DPSRCS+=	${_YKMSRCS}
 CLEANFILES+=	${_YKMSRCS}
 
-.if exists($S/../gnu/usr.bin/binutils/ld/xldscripts/kmodule)
-KMODSCRIPT=	$S/../gnu/usr.bin/binutils/ld/xldscripts/kmodule
+.if exists($S/../external/gpl3/binutils/usr.bin/ld/xldscripts/kmodule)
+KMODSCRIPT=	$S/../external/gpl3/binutils/usr.bin/ld/xldscripts/kmodule
 .else
 KMODSCRIPT=	${DESTDIR}/usr/libdata/ldscripts/kmodule
 .endif

Reply via email to