From: Piotr Sikora Date: Thu, 11 Jun 2015 02:18:19 +0000 (-0700) Subject: Configure: create missing intermediates for build directory. X-Git-Tag: release-1.9.3~15 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=58957fa3fc330e132d1f3a9c541cf33dac47e471;p=nginx.git Configure: create missing intermediates for build directory. Signed-off-by: Piotr Sikora --- 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