summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xauto/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure
index 617d992b8..ceff15e49 100755
--- a/auto/configure
+++ b/auto/configure
@@ -11,7 +11,7 @@ export LC_ALL
. auto/init
. auto/sources
-test -d $NGX_OBJS || mkdir $NGX_OBJS
+test -d $NGX_OBJS || mkdir -p $NGX_OBJS
echo > $NGX_AUTO_HEADERS_H
echo > $NGX_AUTOCONF_ERR