* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.

From-SVN: r245298
This commit is contained in:
Gerald Pfeifer 2017-02-09 08:55:46 +00:00 committed by Gerald Pfeifer
parent b5811a69d1
commit e228c50f3a
2 changed files with 5 additions and 1 deletions

View 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

View 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