# HG changeset patch # User Keir Fraser # Date 1242736685 -3600 # Node ID 3037934682257e67612c9a35c16da56491cbdd1a # Parent 780041c4a96d6bb4eb8bb4ed61c916c8c535448c tools: Fix an obvious xgettext build typo. Signed-off-by: Christoph Egger diff -r 780041c4a96d -r 303793468225 tools/python/Makefile --- a/tools/python/Makefile Tue May 19 02:23:32 2009 +0100 +++ b/tools/python/Makefile Tue May 19 13:38:05 2009 +0100 @@ -34,7 +34,7 @@ build: buildpy refresh-pot refresh-po $( # string, hence the sed black magic. This avoids the expensive # re-generation of .po files on every single build refresh-pot: $(I18NSRCFILES) - xgettext --default-domain=$(POPACAKGE) \ + xgettext --default-domain=$(POPACKAGE) \ --keyword=N_ \ --keyword=_ \ -o $(POTFILE)-tmp \