From d5351fcb03fc8e20651d5863b88b397a8be68d74 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 19 Mar 2016 17:19:37 -0400 Subject: 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(-) (limited to 'contrib') diff --git a/contrib/test_decoding/Makefile b/contrib/test_decoding/Makefile index 200c43efd6..06c95461f8 100644 --- a/contrib/test_decoding/Makefile +++ b/contrib/test_decoding/Makefile @@ -65,7 +65,7 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding temp $(pg_isolation_regress_installcheck) \ $(ISOLATIONCHECKS) -PHONY: submake-test_decoding submake-regress check \ +.PHONY: submake-test_decoding submake-regress check \ regresscheck regresscheck-install-force \ isolationcheck isolationcheck-install-force -- cgit v1.2.3