From: Bruno Haible Date: Sun, 16 Aug 2009 17:41:42 +0000 (+0200) Subject: Apply part of 2005-02-07 changes. X-Git-Tag: v0.18~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36987a4fd624424c9f3b6cdc83ed296eb496f541;p=thirdparty%2Fgettext.git Apply part of 2005-02-07 changes. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index e6bff417d..508ba2dcd 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,8 @@ +2009-08-16 Bruno Haible + + * hello-objc-gnustep/po/GNUmakefile: Apply part of 2005-02-07 changes + to hello-*/po/Makefile.am.. + 2009-08-16 Bruno Haible * hello-objc-gnustep/po/GNUmakefile: Apply 2004-01-17 changes to diff --git a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile index 5555adc50..c4d88848a 100644 --- a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile +++ b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile @@ -87,10 +87,11 @@ all-local-no: # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed + msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \ + --msgid-bugs-address="$$msgid_bugs_address" \ $(POTFILES) test ! -f $(DOMAIN).po || { \ if test -f $(DOMAIN).pot; then \