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.w...@canonical.com> --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index 283c71c..b3000fd 100755 --- a/configure +++ b/configure @@ -5335,10 +5335,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" -- 1.9.1