configure: remove unnecessary mkdir

It is taken care of by the symlink shell function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2023-05-11 09:44:18 +02:00
parent d0016b8692
commit eebcddf2fd

1
configure vendored
View file

@ -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