1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix phony .PHONY.

A couple makefiles had misspelled the magic .PHONY target as PHONY.
This commit is contained in:
Tom Lane
2016-03-19 17:19:37 -04:00
parent 17a250b189
commit b190fe95bb

View File

@ -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