]> Git Repo - qemu.git/blobdiff - po/Makefile
qemu-iotests: Remove 091 from quick group
[qemu.git] / po / Makefile
index 1ab241a5b7f206cf7a6a8343d3f2200704bb7fca..b271f79ba2aa9711822be9ddf7b603b9e1f126c3 100644 (file)
@@ -9,6 +9,9 @@ all:
 
 .PHONY:        all build clean install update
 
+%.mo: %.po
+       $(call quiet-command, msgfmt -o $@ $<, "  GEN   $@")
+
 -include ../config-host.mak
 include $(SRC_PATH)/rules.mak
 
@@ -38,9 +41,6 @@ install: $(OBJS)
            $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \
        done
 
-%.mo: %.po
-       $(call quiet-command, msgfmt -o $@ $<, "  GEN   $@")
-
 $(PO_PATH)/messages.po: $(SRC_PATH)/ui/gtk.c
        $(call quiet-command, ( cd $(SRC_PATH) && \
           xgettext -o - --from-code=UTF-8 --foreign-user \
This page took 0.02178 seconds and 4 git commands to generate.