summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorAlexander Borisov <alexander.borisov@nginx.com>2019-01-21 18:13:00 +0300
committerAlexander Borisov <alexander.borisov@nginx.com>2019-01-21 18:13:00 +0300
commit2677bd5604345d3fe40e821699d1a26a7d1c31a7 (patch)
treedaa92795e9569cca6c5a9673f4b023b222bc9bb2 /auto/modules
parent23a6a8e45177a88f36e6b860a2db4848a9e3eada (diff)
downloadunit-2677bd5604345d3fe40e821699d1a26a7d1c31a7.tar.gz
unit-2677bd5604345d3fe40e821699d1a26a7d1c31a7.tar.bz2
Go: fixed module installation, broken in ed8b1aaefdd1.
Added the nxt_unit_version.h dependency. This closes #214 issue on GitHub.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules/go b/auto/modules/go
index 7abd1e73..e9b2321d 100644
--- a/auto/modules/go
+++ b/auto/modules/go
@@ -103,7 +103,7 @@ ${NXT_GO}:
${NXT_GO}-install: ${NXT_GO}-install-build
-${NXT_GO}-install-src:
+${NXT_GO}-install-src: ${NXT_BUILD_DIR}/nxt_unit_version.h
install -d \$(DESTDIR)\$(NXT_GO_DST)/src/nginx/unit
install -p -m644 ./src/*.h ./build/*.h ./src/go/unit/* \
./src/nxt_unit.c ./src/nxt_lvlhsh.c ./src/nxt_murmur_hash.c \