From a23da65924fffc6390f74e75afd33f5300091b4e Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Tue, 2 Apr 2013 11:28:24 +0200 Subject: po/Makefile: Fix dependency for %.mo Otherwise make will refuse to build updated .po files. Signed-off-by: Kevin Wolf Signed-off-by: Aurelien Jarno --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') 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 -- cgit v1.2.3