diff options
author | Igor Sysoev <igor@sysoev.ru> | 2018-06-28 17:36:42 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2018-06-28 17:36:42 +0300 |
commit | 61df2814640f3ab6181a96a8ceec35a87f8e127f (patch) | |
tree | ca38ddb909e8b839ceadc467edfcc25a2840891f /auto/modules/php | |
parent | 42e1d8e3b2705b60e3aee900579d569e9fa44300 (diff) | |
download | unit-61df2814640f3ab6181a96a8ceec35a87f8e127f.tar.gz unit-61df2814640f3ab6181a96a8ceec35a87f8e127f.tar.bz2 |
Added check of "make install" ability.
This closes #136 issue on GitHub.
Diffstat (limited to 'auto/modules/php')
-rw-r--r-- | auto/modules/php | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |