Skip to content

Commit

Permalink
po/Makefile: Fix dependency for %.mo
Browse files Browse the repository at this point in the history
Otherwise make will refuse to build updated .po files.

Signed-off-by: Kevin Wolf <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
  • Loading branch information
kevmw authored and aurel32 committed Apr 3, 2013
1 parent ec39601 commit a23da65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a23da65

Please sign in to comment.