diff options
author | Kevin Wolf | 2013-04-02 11:28:24 +0200 |
---|---|---|
committer | Aurelien Jarno | 2013-04-04 00:28:37 +0200 |
commit | a23da65924fffc6390f74e75afd33f5300091b4e (patch) | |
tree | 399b895cfc42fddad458e46185130785cac37395 /po | |
parent | help: add docs for missing 'queues' option of tap (diff) | |
download | qemu-a23da65924fffc6390f74e75afd33f5300091b4e.tar.gz qemu-a23da65924fffc6390f74e75afd33f5300091b4e.tar.xz qemu-a23da65924fffc6390f74e75afd33f5300091b4e.zip |
po/Makefile: Fix dependency for %.mo
Otherwise make will refuse to build updated .po files.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 8297ab512b..60ccd7d3bb 100644 --- a/po/Makefile +++ b/po/Makefile @@ -30,7 +30,7 @@ install: $(OBJS) $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \ done -%.mo: +%.mo: %.po @msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po messages.po: $(SRC_PATH)/ui/gtk.c |