]> git.proxmox.com Git - qemu.git/commitdiff
po/Makefile: Fix dependency for %.mo
authorKevin Wolf <kwolf@redhat.com>
Tue, 2 Apr 2013 09:28:24 +0000 (11:28 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 3 Apr 2013 22:28:37 +0000 (00:28 +0200)
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>
po/Makefile

index 8297ab512bc4de8af2e5f444e0088f7ec80192ff..60ccd7d3bb7aacd1be41bb3bc0642f8bf9f5338e 100644 (file)
@@ -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