From 01e8fadf33ab250ee73d3c470f63501a5a0b202d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 1 Jun 2009 14:46:25 +0100 Subject: [PATCH] tools: Fix an obvious xgettext build typo. Signed-off-by: Christoph Egger xen-unstable changeset: 19619:303793468225 xen-unstable date: Tue May 19 13:38:05 2009 +0100 --- tools/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/Makefile b/tools/python/Makefile index 09f899e55..86dfc02cf 100644 --- a/tools/python/Makefile +++ b/tools/python/Makefile @@ -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 \ -- 2.39.5