Skip to content

Commit

Permalink
* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245298 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
gerald committed Feb 9, 2017
1 parent 1390d4a commit df8e99c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libcpp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-02-09 Gerald Pfeifer <[email protected]>

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

2017-01-10 David Malcolm <[email protected]>

PR c++/77949
Expand Down
2 changes: 1 addition & 1 deletion libcpp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df8e99c

Please sign in to comment.