Index: httpd-2.4.29/build/mkdir.sh
===================================================================
--- httpd-2.4.29.orig/build/mkdir.sh
+++ httpd-2.4.29/build/mkdir.sh
@@ -39,7 +39,7 @@ for file in ${1+"$@"} ; do
         esac
         if test ! -d "$pathcomp"; then
             echo "mkdir $pathcomp" 1>&2
-            mkdir "$pathcomp" || errstatus=$?
+            mkdir -p "$pathcomp" || errstatus=$?
         fi
         pathcomp="$pathcomp/"
     done
