From 58957fa3fc330e132d1f3a9c541cf33dac47e471 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Wed, 10 Jun 2015 19:18:19 -0700 Subject: [PATCH] Configure: create missing intermediates for build directory. Signed-off-by: Piotr Sikora --- auto/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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