From 58ab9e680731ffd1793a7957ab8523f1dca18d05 Mon Sep 17 00:00:00 2001 From: Liming Wang Date: Tue, 19 Aug 2014 10:24:05 +0800 Subject: configure: no need to mkdir QMP 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 Signed-off-by: Michael Tokarev --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c4e47e1ea..2063cf6a3 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" -- cgit v1.2.3