Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/matt-nb6-plus]: src/gnu/usr.bin Fix check of binutils to use right version.
details: https://anonhg.NetBSD.org/src/rev/14c9edd8cb88
branches: matt-nb6-plus
changeset: 774520:14c9edd8cb88
user: matt <matt%NetBSD.org@localhost>
date: Mon Dec 03 18:28:22 2012 +0000
description:
Fix check of binutils to use right version.
diffstat:
gnu/usr.bin/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 1d5fc2d8c549 -r 14c9edd8cb88 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile Fri Nov 30 23:38:57 2012 +0000
+++ b/gnu/usr.bin/Makefile Mon Dec 03 18:28:22 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index