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:
@ -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
|
||||
|
Reference in New Issue
Block a user