diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-02-28 10:42:18 -0800 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-02-28 10:42:18 -0800 |
commit | e58c4927b27c15c014ed8df56cfd64aea5de7fa7 (patch) | |
tree | 3039d92bd0092c2561293fecb3ecc72f6332f1aa | |
parent | 2cc95374dee1fba712a8520c03b72a763ea0b40b (diff) | |
download | unit-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/Makefile | 2 |
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 $@ |