mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 19:41:22 +08:00
* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
From-SVN: r245298
This commit is contained in:
parent
b5811a69d1
commit
e228c50f3a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user