From: Richard Levitte Date: Wed, 17 Jul 2002 13:33:02 +0000 (+0000) Subject: Make mkdir failsafe in case the directories are already present X-Git-Tag: OpenSSL_0_9_6e~14^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6643f275e2f91a5ae0418d16497a77b7e58920bd;p=oweals%2Fopenssl.git Make mkdir failsafe in case the directories are already present --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 1f8b839e41..866629fe25 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -101,7 +101,7 @@ $out_def="out"; $inc_def="outinc"; $tmp_def="tmp"; -$mkdir="mkdir"; +$mkdir="-mkdir"; ($ssl,$crypto)=("ssl","crypto"); $ranlib="echo ranlib";