Skip to content

Commit d784091

Browse files
committed
Update comment
1 parent a082cce commit d784091

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ MODULE_PATH = $(CUR_PATH)
66
PREFIX_PATH = $(CUR_PATH)/test-root
77

88
NGX_CONFIGURE = ./auto/configure
9-
## NginX change configure path, so handle this {{{
9+
## Some versions of nginx have different path of the configure,
10+
## following lines are handle it {{
1011
ifeq ($(shell [ -e "$(NGX_PATH)/configure" ] && echo 1 || echo 0 ), 1)
1112
NGX_CONFIGURE=./configure
1213
endif
13-
## }}}
14+
## }}
1415

1516
MODULE_PATH = $(CUR_PATH)
1617
PREFIX_PATH = $(CUR_PATH)/test-root

0 commit comments

Comments
 (0)