win32: mkdir complain that directory already existed.

This commit is contained in:
lijunlong 2024-08-20 17:11:19 +08:00
parent 159e9e65c0
commit a09864c98b
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -1147,7 +1147,7 @@ _EOC_
$target_dir = "\$(DESTDIR)$prefix/bin/";
}
push @make_install_cmds,
"mkdir '$target_dir'",
"mkdir -p '$target_dir'",
"cd $root_dir/build/$opm_dir && "
. "\$(INSTALL) bin/* '$target_dir'";
}