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/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/modules/python') diff --git a/auto/modules/python b/auto/modules/python index 57b50f89..f8221915 100644 --- a/auto/modules/python +++ b/auto/modules/python @@ -179,7 +179,7 @@ $NXT_BUILD_DIR/${NXT_PYTHON_MODULE}.unit.so: $nxt_objs install: ${NXT_PYTHON_MODULE}-install -${NXT_PYTHON_MODULE}-install: ${NXT_PYTHON_MODULE} +${NXT_PYTHON_MODULE}-install: ${NXT_PYTHON_MODULE} install-check install -d \$(DESTDIR)$NXT_MODULES install -p $NXT_BUILD_DIR/${NXT_PYTHON_MODULE}.unit.so \\ \$(DESTDIR)$NXT_MODULES/ -- cgit