mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
d0016b8692
commit
eebcddf2fd
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue