Module Name: src Committed By: martin Date: Sun Mar 9 17:06:30 UTC 2014
Modified Files: src/external/gpl3/gcc/usr.bin: Makefile.inc Log Message: Fix variable name, so BUGURL gets properly defined To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/gpl3/gcc/usr.bin/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/usr.bin/Makefile.inc diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.20 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.21 --- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.20 Tue Mar 4 09:16:04 2014 +++ src/external/gpl3/gcc/usr.bin/Makefile.inc Sun Mar 9 17:06:30 2014 @@ -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 @@ DATESTAMPSTR= "\"\"" # 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} \""