diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-11 09:44:18 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 13:35:28 +0200 |
commit | eebcddf2fd41a6c8776533b242d592f3a01e5fda (patch) | |
tree | b9b8b0e91fdbb991aeafb87255cc42753ae434e0 /configure | |
parent | d0016b869274b2e37b4ee8343cc181a030e9e882 (diff) |
configure: remove unnecessary mkdir
It is taken care of by the symlink shell function.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |