diff auto/install @ 7778:549b13cd793b

Configure: marked top-level make targets as phony. Reported by Thibault NĂ©lis.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 20 Feb 2021 12:44:26 +0300
parents 1cbd7f87c6ed
children
line wrap: on
line diff
--- 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