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
commite58c4927b27c15c014ed8df56cfd64aea5de7fa7 (patch)
tree3039d92bd0092c2561293fecb3ecc72f6332f1aa
parent2cc95374dee1fba712a8520c03b72a763ea0b40b (diff)
downloadunit-1.29.1-1.tar.gz
unit-1.29.1-1.tar.bz2
contrib: fixed njs make rule.1.29.1-1
-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 $@