From 6b59609f9b22cd8d6eb48bffed8e35ddf525ba30 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 1 Dec 2014 21:13:56 +0900 Subject: [PATCH] Fix typo: s/.PONY/.PHONY/ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 10dd98c3..41830d8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ dist_doc_DATA = README.rst EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \ Dockerfile.android -.PONY: clang-format +.PHONY: clang-format # Format source files using clang-format. Don't format source files # under third-party directory since we are not responsible for thier