ia64/xen-unstable
changeset 19619:303793468225
tools: Fix an obvious xgettext build typo.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue May 19 13:38:05 2009 +0100 (2009-05-19) |
parents | 780041c4a96d |
children | 2eb9f1db70a4 |
files | tools/python/Makefile |
line diff
1.1 --- a/tools/python/Makefile Tue May 19 02:23:32 2009 +0100 1.2 +++ b/tools/python/Makefile Tue May 19 13:38:05 2009 +0100 1.3 @@ -34,7 +34,7 @@ build: buildpy refresh-pot refresh-po $( 1.4 # string, hence the sed black magic. This avoids the expensive 1.5 # re-generation of .po files on every single build 1.6 refresh-pot: $(I18NSRCFILES) 1.7 - xgettext --default-domain=$(POPACAKGE) \ 1.8 + xgettext --default-domain=$(POPACKAGE) \ 1.9 --keyword=N_ \ 1.10 --keyword=_ \ 1.11 -o $(POTFILE)-tmp \