]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: no need to mkdir QMP
authorLiming Wang <liming.wang@canonical.com>
Tue, 19 Aug 2014 02:24:05 +0000 (10:24 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 24 Aug 2014 09:16:32 +0000 (13:16 +0400)
commit 7537fe04 QMP: QMP/ -> docs/qmp/

Above commit has moved last QMP files to docs/qmp and it's not necessary
to create QMP directory. So remove it from configure.

Signed-off-by: Liming Wang <liming.wang@canonical.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure

index c4e47e1ea188123ef7b860299b2da56b47a03b65..2063cf6a3ca45dfed0ec2cd4513e2a64e28a6da6 100755 (executable)
--- a/configure
+++ b/configure
@@ -5372,10 +5372,6 @@ for rom in seabios vgabios ; do
     echo "LD=$ld" >> $config_mak
 done
 
-if test "$docs" = "yes" ; then
-  mkdir -p QMP
-fi
-
 # set up qemu-iotests in this build directory
 iotests_common_env="tests/qemu-iotests/common.env"
 iotests_check="tests/qemu-iotests/check"