Commit a23da659 authored by Kevin Wolf's avatar Kevin Wolf Committed by Aurelien Jarno
Browse files

po/Makefile: Fix dependency for %.mo



Otherwise make will refuse to build updated .po files.

Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent ec396014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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