1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +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 429ee5a822
commit d5351fcb03
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ isolation-check: | submake-isolation
--outputdir=./isolation_output \
$(ISOLATIONCHECKS)
PHONY: check isolation-check
.PHONY: check isolation-check
submake-isolation:
$(MAKE) -C $(top_builddir)/src/test/isolation all