Module Name:    src
Committed By:   matt
Date:           Mon Dec  3 18:28:23 UTC 2012

Modified Files:
        src/gnu/usr.bin [matt-nb6-plus]: Makefile

Log Message:
Fix check of binutils to use right version.


To generate a diff of this commit:
cvs rdiff -u -r1.135.6.1 -r1.135.6.2 src/gnu/usr.bin/Makefile

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

Modified files:

Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.135.6.1 src/gnu/usr.bin/Makefile:1.135.6.2
--- src/gnu/usr.bin/Makefile:1.135.6.1	Tue Nov 20 18:52:37 2012
+++ src/gnu/usr.bin/Makefile	Mon Dec  3 18:28:22 2012
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.135.6.1 2012/11/20 18:52:37 matt Exp $
+#	$NetBSD: Makefile,v 1.135.6.2 2012/12/03 18:28:22 matt Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR+=	bc
-.if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "219"
+.if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "216"
 SUBDIR+=	binutils
 .endif
 SUBDIR+=	c89 c99

Reply via email to