aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 13:38:05 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 13:38:05 +0100
commit1f876c2e6e48431940adb8ebd0a6960367cdc853 (patch)
treea7a0df0c4fbd7b0ffb5b1bc091fbc18ebc5dba15 /tools/python/Makefile
parentc3122a4018eeb7ddb8682f115970331801f3f677 (diff)
downloadxen-1f876c2e6e48431940adb8ebd0a6960367cdc853.tar.gz
xen-1f876c2e6e48431940adb8ebd0a6960367cdc853.tar.bz2
xen-1f876c2e6e48431940adb8ebd0a6960367cdc853.zip
tools: Fix an obvious xgettext build typo.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index 1eee50c4cf..eccd652e03 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -34,7 +34,7 @@ build: buildpy refresh-pot refresh-po $(CATALOGS)
# 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 \