aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-09 08:55:46 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-09 08:55:46 +0000
commitdf8e99c9143a64df59279919abb015d18120312b (patch)
tree46a8d7c7fc75f2f2882bd6775944fead3b4587da
parent1390d4aeb48d7b852171a485b89e33f098be0286 (diff)
* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245298 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libcpp/ChangeLog4
-rw-r--r--libcpp/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 208e1d52e6f..fefb2f02ab5 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
+
2017-01-10 David Malcolm <dmalcolm@redhat.com>
PR c++/77949
diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in
index e4086923890..0bd3787c25e 100644
--- a/libcpp/Makefile.in
+++ b/libcpp/Makefile.in
@@ -256,7 +256,7 @@ po/$(PACKAGE).pot: $(libcpp_a_SOURCES)
--keyword=cpp_errno:3 \
--keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
--copyright-holder="Free Software Foundation, Inc." \
- --msgid-bugs-address="http://gcc.gnu.org/bugs.html" \
+ --msgid-bugs-address="https://gcc.gnu.org/bugs/" \
--language=c -o po/$(PACKAGE).pot.tmp $^
sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot
rm po/$(PACKAGE).pot.tmp