Module Name: src Committed By: christos Date: Tue Jan 26 19:09:56 UTC 2016
Modified Files: src/share/mk: bsd.own.mk Log Message: back to use binutils since the path is hard-coded everywhere! To generate a diff of this commit: cvs rdiff -u -r1.886 -r1.887 src/share/mk/bsd.own.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.own.mk diff -u src/share/mk/bsd.own.mk:1.886 src/share/mk/bsd.own.mk:1.887 --- src/share/mk/bsd.own.mk:1.886 Tue Jan 26 12:47:06 2016 +++ src/share/mk/bsd.own.mk Tue Jan 26 14:09:56 2016 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.886 2016/01/26 17:47:06 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.887 2016/01/26 19:09:56 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -136,7 +136,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist HAVE_BINUTILS?= 223 .if ${HAVE_BINUTILS} == 223 -EXTERNAL_BINUTILS_SUBDIR= binutils.old +EXTERNAL_BINUTILS_SUBDIR= binutils .else EXTERNAL_BINUTILS_SUBDIR= /does/not/exist .endif