qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/2] po/Makefile: Fix dependency for %.mo


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 1/2] po/Makefile: Fix dependency for %.mo
Date: Tue, 2 Apr 2013 11:28:24 +0200

Otherwise make will refuse to build updated .po files.

Signed-off-by: Kevin Wolf <address@hidden>
---
 po/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/Makefile b/po/Makefile
index 8297ab5..60ccd7d 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
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]