summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/init2
-rw-r--r--auto/install2
2 files changed, 4 insertions, 0 deletions
diff --git a/auto/init b/auto/init
index 910f5294b..f816dfc4d 100644
--- 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
index d884487a1..c764fdd2f 100644
--- 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