From: Kevin Wolf Date: Tue, 2 Apr 2013 09:28:24 +0000 (+0200) Subject: po/Makefile: Fix dependency for %.mo X-Git-Tag: v1.5.0-rc0~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23da65924fffc6390f74e75afd33f5300091b4e;p=thirdparty%2Fqemu.git 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 --- diff --git a/po/Makefile b/po/Makefile index 8297ab512bc..60ccd7d3bb7 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