Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: remove unnecessary mkdir
It is taken care of by the symlink shell function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed May 17, 2023
1 parent 6da4bbf commit 4624a45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit 4624a45

Please sign in to comment.