diff options
| author | Piotr Sikora <piotr@cloudflare.com> | 2015-06-10 19:18:19 -0700 |
|---|---|---|
| committer | Piotr Sikora <piotr@cloudflare.com> | 2015-06-10 19:18:19 -0700 |
| commit | 58957fa3fc330e132d1f3a9c541cf33dac47e471 (patch) | |
| tree | fe1a9f90cdef0703a85260d1e179f66d172e471b | |
| parent | 72c3706bc52d1aabcc102656c67fb444187c37e2 (diff) | |
| download | nginx-58957fa3fc330e132d1f3a9c541cf33dac47e471.tar.gz nginx-58957fa3fc330e132d1f3a9c541cf33dac47e471.tar.bz2 | |
Configure: create missing intermediates for build directory.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
| -rwxr-xr-x | auto/configure | 2 |
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 |
