summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-02-28 10:42:18 -0800
committerKonstantin Pavlov <thresh@nginx.com>2023-02-28 10:42:18 -0800
commit1d515879f179fdbb9ef685ebdfd5083d7ac1afbc (patch)
tree29f073fdce503ab762c58f2c49233e9ce56de349
parent814815a3c5e9b93502733cd42b4844691415e621 (diff)
downloadunit-1d515879f179fdbb9ef685ebdfd5083d7ac1afbc.tar.gz
unit-1d515879f179fdbb9ef685ebdfd5083d7ac1afbc.tar.bz2
contrib: fixed njs make rule.
-rw-r--r--pkg/contrib/src/njs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/contrib/src/njs/Makefile b/pkg/contrib/src/njs/Makefile
index 4e752df5..07740895 100644
--- a/pkg/contrib/src/njs/Makefile
+++ b/pkg/contrib/src/njs/Makefile
@@ -15,5 +15,5 @@ njs: njs-$(NJS_VERSION).tar.gz .sum-njs
$(MOVE)
.njs: njs
- cd $< && ./configure --no-libxml2 && $(MAKE) libnjs
+ cd $< && ./configure --no-libxml2 && $(MAKE) libnjs
touch $@