Module Name:    src
Committed By:   christos
Date:           Tue Jan 26 17:47:35 UTC 2016

Modified Files:
        src/lib: Makefile

Log Message:
use EXTERNAL_BINUTILS_SUBDIR


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/lib/Makefile

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

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.238 src/lib/Makefile:1.239
--- src/lib/Makefile:1.238	Wed Jan 13 16:57:26 2016
+++ src/lib/Makefile	Tue Jan 26 12:47:35 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.238 2016/01/13 21:57:26 christos Exp $
+#	$NetBSD: Makefile,v 1.239 2016/01/26 17:47:35 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -155,7 +155,7 @@ SUBDIR+=	../external/gpl2/lvm2/lib	# dep
 .endif
 
 .if (${MKBINUTILS} != "no")
-SUBDIR+=	../external/gpl3/binutils/lib	# libbfd depends on libz
+SUBDIR+=	../external/gpl3/${EXTERNAL_BINUTILS_SUBDIR}/lib	# libbfd depends on libz
 .endif
 
 .if (${MKLIBCXX} != "no")

Reply via email to