From ad3afeea16786e2e2a55e6c923f52c000ea64c58 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Sat, 14 Jun 2014 18:45:40 +0000 Subject: [PATCH] With the move away from GNATS, point end users to a better web page detailing how to report bugs. Hat: bugmeister MFC after: 3 days --- contrib/gcc/version.c | 2 +- gnu/usr.bin/binutils/libbfd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gcc/version.c b/contrib/gcc/version.c index dd972acf127b..549b413ab6fe 100644 --- a/contrib/gcc/version.c +++ b/contrib/gcc/version.c @@ -18,7 +18,7 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = ""; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */ diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index 1493ccf07e8e..ca5e1838ac54 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -84,7 +84,7 @@ bfdver.h: Makefile echo '#define BFD_VERSION 217500000' > ${.TARGET} echo '#define BFD_VERSION_DATE 20070703' >> ${.TARGET} echo '#define BFD_VERSION_STRING ${VERSION}' >> ${.TARGET} - echo '#define REPORT_BUGS_TO ""' >> ${.TARGET} + echo '#define REPORT_BUGS_TO ""' >> ${.TARGET} targmatch.h: targmatch.sed config.bfd sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}