]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
tools: Fix an obvious xgettext build typo.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 1 Jun 2009 13:46:25 +0000 (14:46 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 1 Jun 2009 13:46:25 +0000 (14:46 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
xen-unstable changeset:   19619:303793468225
xen-unstable date:        Tue May 19 13:38:05 2009 +0100

tools/python/Makefile

index 09f899e5503201fd208abfd10543e9ed1bc0a4c3..86dfc02cf69eb14fb14720dcec194436bce07831 100644 (file)
@@ -33,7 +33,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 \