]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
tools: Fix an obvious xgettext build typo.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 19 May 2009 12:38:05 +0000 (13:38 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 19 May 2009 12:38:05 +0000 (13:38 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/python/Makefile

index 1eee50c4cf9123074602fc5cecfed2cc730d5c04..eccd652e036fca3dc89f8031f4de11dfe1f6344e 100644 (file)
@@ -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 \