From 1d515879f179fdbb9ef685ebdfd5083d7ac1afbc Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 28 Feb 2023 10:42:18 -0800 Subject: contrib: fixed njs make rule. --- pkg/contrib/src/njs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/contrib/src/njs/Makefile') 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 $@ -- cgit