mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Fix phony .PHONY.
A couple makefiles had misspelled the magic .PHONY target as PHONY.
This commit is contained in:
parent
429ee5a822
commit
d5351fcb03
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue