projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec39601
)
po/Makefile: Fix dependency for %.mo
author
Kevin Wolf
<kwolf@redhat.com>
Tue, 2 Apr 2013 09:28:24 +0000
(11:28 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 3 Apr 2013 22:28:37 +0000
(
00:28
+0200)
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>
po/Makefile
patch
|
blob
|
history
diff --git
a/po/Makefile
b/po/Makefile
index 8297ab512bc4de8af2e5f444e0088f7ec80192ff..60ccd7d3bb7aacd1be41bb3bc0642f8bf9f5338e 100644
(file)
--- 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