* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 9 Feb 2017 08:55:46 +0000 (08:55 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 9 Feb 2017 08:55:46 +0000 (08:55 +0000)
From-SVN: r245298

libcpp/ChangeLog
libcpp/Makefile.in

index 208e1d52e6f5a4a711631eb0ece9ceff5a753114..fefb2f02ab5400b4399290f38b6e20af214fc972 100644 (file)
@@ -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
index e408692389038b9785b801a8d8615fd124675595..0bd3787c25ebc13077ed29430d2fddeabfb6f0bf 100644 (file)
@@ -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