mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
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>
This commit is contained in:
parent
ec3960148f
commit
a23da65924
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ install: $(OBJS)
|
||||||
$(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \
|
$(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \
|
||||||
done
|
done
|
||||||
|
|
||||||
%.mo:
|
%.mo: %.po
|
||||||
@msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po
|
@msgfmt -o $@ $(SRC_PATH)/po/`basename $@ .mo`.po
|
||||||
|
|
||||||
messages.po: $(SRC_PATH)/ui/gtk.c
|
messages.po: $(SRC_PATH)/ui/gtk.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue