contrib: fixed njs make rule.

This commit is contained in:
Konstantin Pavlov
2023-02-28 10:42:18 -08:00
parent 814815a3c5
commit 1d515879f1

View File

@@ -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 $@