From b190fe95bbf9222143c449afdc1c59783653e0b9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 19 Mar 2016 17:19:37 -0400 Subject: [PATCH] Fix phony .PHONY. A couple makefiles had misspelled the magic .PHONY target as PHONY. --- contrib/test_decoding/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test_decoding/Makefile b/contrib/test_decoding/Makefile index 4f022b5a355..4e5f85aecdb 100644 --- a/contrib/test_decoding/Makefile +++ b/contrib/test_decoding/Makefile @@ -69,6 +69,6 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding --extra-install=contrib/test_decoding \ $(ISOLATIONCHECKS) -PHONY: submake-test_decoding submake-regress check \ +.PHONY: submake-test_decoding submake-regress check \ regresscheck regresscheck-install-force \ isolationcheck isolationcheck-install-force -- 2.39.5