From: Liming Wang <[email protected]> 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 <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index c4e47e1..2063cf6 100755 --- 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" -- 1.7.10.4
