From 61df2814640f3ab6181a96a8ceec35a87f8e127f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Jun 2018 17:36:42 +0300 Subject: Added check of "make install" ability. This closes #136 issue on GitHub. --- auto/modules/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules/php') diff --git a/auto/modules/php b/auto/modules/php index bfb45264..2fee49d3 100644 --- a/auto/modules/php +++ b/auto/modules/php @@ -209,7 +209,7 @@ $NXT_BUILD_DIR/${NXT_PHP_MODULE}.unit.so: $nxt_objs install: ${NXT_PHP_MODULE}-install -${NXT_PHP_MODULE}-install: ${NXT_PHP_MODULE} +${NXT_PHP_MODULE}-install: ${NXT_PHP_MODULE} install-check install -d \$(DESTDIR)$NXT_MODULES install -p $NXT_BUILD_DIR/${NXT_PHP_MODULE}.unit.so \\ \$(DESTDIR)$NXT_MODULES/ -- cgit