From b6fe119c9313eaef9c62970956fb2f92c7409bb8 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Fri, 13 Nov 2020 15:08:05 +0000 Subject: [PATCH] Configure: improved dependencies tracking. Using nginx Makefile as a dependency for libnjs.a to ensure libnjs.a is rebuilt after auto/configure invocation. --- nginx/config.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/config.make b/nginx/config.make index 0ad176d4..09ce410a 100644 --- a/nginx/config.make +++ b/nginx/config.make @@ -1,6 +1,6 @@ cat << END >> $NGX_MAKEFILE -$ngx_addon_dir/../build/libnjs.a: +$ngx_addon_dir/../build/libnjs.a: $NGX_MAKEFILE cd $ngx_addon_dir/.. \\ && if [ -f build/Makefile ]; then \$(MAKE) clean; fi \\ && CFLAGS="\$(CFLAGS)" CC="\$(CC)" ./configure \\ -- 2.47.3