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 /binutils/po/Make-in | |
parent | 8520c40866978c72f704ea159afbab994a829ff2 (diff) | |
download | ppe42-binutils-e9f274335b5c7f789489c23cc6088efee4f5dd52.tar.gz ppe42-binutils-e9f274335b5c7f789489c23cc6088efee4f5dd52.zip |
* po/Make-in: Add --msgid-bugs-address to xgettext invocation.
Diffstat (limited to 'binutils/po/Make-in')
-rw-r--r-- | binutils/po/Make-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/po/Make-in b/binutils/po/Make-in index 86ff3143b9..f321ad7201 100644 --- a/binutils/po/Make-in +++ b/binutils/po/Make-in @@ -89,6 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --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 |