Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin Fix variable name, so BUGURL gets ...



details:   https://anonhg.NetBSD.org/src/rev/a549d57243fc
branches:  trunk
changeset: 327495:a549d57243fc
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 09 17:06:30 2014 +0000

description:
Fix variable name, so BUGURL gets properly defined

diffstat:

 external/gpl3/gcc/usr.bin/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 225be506bf2d -r a549d57243fc external/gpl3/gcc/usr.bin/Makefile.inc
--- a/external/gpl3/gcc/usr.bin/Makefile.inc    Sun Mar 09 17:05:23 2014 +0000
+++ b/external/gpl3/gcc/usr.bin/Makefile.inc    Sun Mar 09 17:06:30 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.20 2014/03/04 09:16:04 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.21 2014/03/09 17:06:30 martin Exp $
 
 .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
 _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
@@ -65,7 +65,7 @@
 
 # XXX pull this out of our configs
 G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
-G_BUGURL_s="\"${G_BUG_URL}\""
+G_BUGURL_s="\"${G_BUGURL}\""
 G_PKGVERSION=(NetBSD nb2 20140304) 
 G_PKGVERSION_s="\"${G_PKGVERSION} \""
 



Home | Main Index | Thread Index | Old Index