summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/php
diff options
context:
space:
mode:
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