From 6643f275e2f91a5ae0418d16497a77b7e58920bd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 17 Jul 2002 13:33:02 +0000 Subject: [PATCH] Make mkdir failsafe in case the directories are already present --- util/mk1mf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- GitLab