]> Git Repo - qemu.git/blobdiff - po/Makefile
rbd: use BlockDriverState's AioContext
[qemu.git] / po / Makefile
index 705166e2d3c5d92bc753fac420f60fc1346fa042..669f8654a608be6e5f811ba23b0b4a16ff8f212f 100644 (file)
@@ -37,8 +37,8 @@ install: $(OBJS)
        $(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 \
+       $(call quiet-command, cd $(SRC_PATH) && \
+          xgettext -o - --from-code=UTF-8 --foreign-user \
            --package-name=QEMU --package-version=$(VERSION) \
            [email protected] -k_ -C ui/gtk.c | \
          sed -e s/CHARSET/UTF-8/) >$@, "  GEN   $@")
This page took 0.023 seconds and 4 git commands to generate.