Module Name:    src
Committed By:   skrll
Date:           Wed Oct 14 07:30:47 UTC 2009

Modified Files:
        src/tools/binutils: Makefile

Log Message:
Only brand newer binutils.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tools/binutils/Makefile

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

Modified files:

Index: src/tools/binutils/Makefile
diff -u src/tools/binutils/Makefile:1.16 src/tools/binutils/Makefile:1.17
--- src/tools/binutils/Makefile:1.16	Mon Oct 12 08:00:41 2009
+++ src/tools/binutils/Makefile	Wed Oct 14 07:30:47 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2009/10/12 08:00:41 skrll Exp $
+#	$NetBSD: Makefile,v 1.17 2009/10/14 07:30:47 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -6,11 +6,13 @@
 
 .if $(HAVE_BINUTILS) == "219"
 GNUHOSTDIST=	${.CURDIR}/../../external/gpl3/binutils/dist
-.endif
 
 BRANDING?=	\
 	--with-pkgversion="NetBSD Binutils" \
 	--with-bugurl="http://www.NetBSD.org/support/send-pr.html";
+.else
+BRANDING?=	
+.endif
 
 CONFIGURE_ARGS=	--target=${MACHINE_GNU_PLATFORM} --disable-nls \
 		--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \

Reply via email to