summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/php
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-08-29 11:33:34 -0700
committerMax Romanov <max.romanov@nginx.com>2017-08-29 11:33:34 -0700
commit73dc76b0bf87336d5e0a5d8f8c820a0c5e4de364 (patch)
tree2ccb8737efffad0891b801419523c9bb25efbd01 /auto/modules/php
parent9d487df10df5000a84c9c1a75fff0cff525d4454 (diff)
downloadunit-73dc76b0bf87336d5e0a5d8f8c820a0c5e4de364.tar.gz
unit-73dc76b0bf87336d5e0a5d8f8c820a0c5e4de364.tar.bz2
Separation of module prerequisites for 'all' target in Makefile.
To avoid using sed -i.
Diffstat (limited to 'auto/modules/php')
-rw-r--r--auto/modules/php4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules/php b/auto/modules/php
index cf4f3837..bb9fa848 100644
--- a/auto/modules/php
+++ b/auto/modules/php
@@ -150,6 +150,8 @@ cat << END >> $NXT_MAKEFILE
.PHONY: ${NXT_PHP_MODULE}
+all: ${NXT_PHP_MODULE}
+
${NXT_PHP_MODULE}: $NXT_BUILD_DIR/nginext.${NXT_PHP_MODULE}
$NXT_BUILD_DIR/nginext.${NXT_PHP_MODULE}: $nxt_objs
@@ -157,5 +159,3 @@ $NXT_BUILD_DIR/nginext.${NXT_PHP_MODULE}: $nxt_objs
$nxt_objs ${NXT_PHP_LIB} ${NXT_PHP_LDFLAGS}
END
-
-sed -i.bak -e "s/\(all:.*\)/\1 ${NXT_PHP_MODULE}/" $NXT_MAKEFILE