1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +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 853d40b60e
commit e1936470ea
2 changed files with 2 additions and 2 deletions

View File

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