diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-17 01:04:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-17 01:04:52 +0000 |
commit | e9f274335b5c7f789489c23cc6088efee4f5dd52 (patch) | |
tree | ec10a85439a8e248de213b8fc5a750d0ec10719a /ld | |
parent | 8520c40866978c72f704ea159afbab994a829ff2 (diff) | |
download | gdb-e9f274335b5c7f789489c23cc6088efee4f5dd52.zip gdb-e9f274335b5c7f789489c23cc6088efee4f5dd52.tar.gz gdb-e9f274335b5c7f789489c23cc6088efee4f5dd52.tar.bz2 |
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/po/Make-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7829544..87a20c7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-08-17 Alan Modra <amodra@bigpond.net.au> + + * po/Make-in: Add --msgid-bugs-address to xgettext invocation. + 2007-08-15 Alan Modra <amodra@bigpond.net.au> PR 4923 diff --git a/ld/po/Make-in b/ld/po/Make-in index b4ffbb7..d37ecf3 100644 --- a/ld/po/Make-in +++ b/ld/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments -C --keyword=_ --keyword=N_ \ + --msgid-bugs-address=bug-binutils@gnu.org \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot |