configure: remove unnecessary mkdir -p
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Aug 2023 12:17:43 +0000 (14:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Aug 2023 08:01:44 +0000 (10:01 +0200)
It is already included in the symlink shell function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index 08bf24b689c63f6f9239b912aa283b31b9f6a22b..b9bd008592a9f2e226fb7d44e933e11c83b522d1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1775,7 +1775,6 @@ fi
 for target in $target_list; do
     target_dir="$target"
     target_name=$(echo $target | cut -d '-' -f 1)$EXESUF
-    mkdir -p "$target_dir"
     case $target in
         *-user) symlink "../qemu-$target_name" "$target_dir/qemu-$target_name" ;;
         *) symlink "../qemu-system-$target_name" "$target_dir/qemu-system-$target_name" ;;