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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user