summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-05-11 09:44:18 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-18 13:35:28 +0200
commiteebcddf2fd41a6c8776533b242d592f3a01e5fda (patch)
treeb9b8b0e91fdbb991aeafb87255cc42753ae434e0
parentd0016b869274b2e37b4ee8343cc181a030e9e882 (diff)
downloadfocaccia-qemu-eebcddf2fd41a6c8776533b242d592f3a01e5fda.tar.gz
focaccia-qemu-eebcddf2fd41a6c8776533b242d592f3a01e5fda.zip
configure: remove unnecessary mkdir
It is taken care of by the symlink shell function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 964ca27a62..7a5edc1b95 100755
--- a/configure
+++ b/configure
@@ -1673,7 +1673,6 @@ LINKS="$LINKS python"
 LINKS="$LINKS contrib/plugins/Makefile "
 for f in $LINKS ; do
     if [ -e "$source_path/$f" ]; then
-        mkdir -p "$(dirname ./"$f")"
         symlink "$source_path/$f" "$f"
     fi
 done