# HG changeset patch # User Ruslan Ermilov # Date 1613814266 -10800 # Node ID 549b13cd793b17bba6b9b885c65ef95746597f98 # Parent 5ef14498edf70407ad076bfaadab4ec8b6977706 Configure: marked top-level make targets as phony. Reported by Thibault NĂ©lis. diff --git a/auto/init b/auto/init --- a/auto/init +++ b/auto/init @@ -48,4 +48,6 @@ default: build clean: rm -rf Makefile $NGX_OBJS + +.PHONY: default clean END diff --git a/auto/install b/auto/install --- a/auto/install +++ b/auto/install @@ -215,4 +215,6 @@ upgrade: test -f $NGX_PID_PATH.oldbin kill -QUIT \`cat $NGX_PID_PATH.oldbin\` + +.PHONY: build install modules upgrade END