Skip to content

Commit

Permalink
po/Makefile: correctly pass QEMU version
Browse files Browse the repository at this point in the history
Cc: Anthony Liguori <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
Reviewed-by: Anthony Liguori <[email protected]>
Message-id: [email protected]
Signed-off-by: Anthony Liguori <[email protected]>
  • Loading branch information
aurel32 authored and Anthony Liguori committed Apr 2, 2013
1 parent f847565 commit 1b33b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install: $(OBJS)
@msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po

messages.po: $(SRC_PATH)/ui/gtk.c
@xgettext -o $@ --foreign-user --package-name=QEMU --package-version=1.0.50 [email protected] -k_ -C $<
@xgettext -o $@ --foreign-user --package-name=QEMU --package-version=$(VERSION) [email protected] -k_ -C $<

%.po: messages.po
@msgmerge $@ $< > $@.bak && mv $@.bak $@
Expand Down

0 comments on commit 1b33b35

Please sign in to comment.