diff options
author | Tom Lane | 2016-03-19 21:19:37 +0000 |
---|---|---|
committer | Tom Lane | 2016-03-19 21:19:37 +0000 |
commit | d5351fcb03fc8e20651d5863b88b397a8be68d74 (patch) | |
tree | 0803b8f29d6a995c632393a56a4b0b258ea6efb5 /contrib/test_decoding | |
parent | 429ee5a822db0e8faf669d77c810f1eeaaff1ab4 (diff) |
Fix phony .PHONY.
A couple makefiles had misspelled the magic .PHONY target as PHONY.
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r-- | contrib/test_decoding/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_decoding/Makefile b/contrib/test_decoding/Makefile index 200c43efd6f..06c95461f8a 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 |