Fix phony .PHONY.
A couple makefiles had misspelled the magic .PHONY target as PHONY.
This commit is contained in:
parent
17a250b189
commit
b190fe95bb
@ -69,6 +69,6 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding
|
|||||||
--extra-install=contrib/test_decoding \
|
--extra-install=contrib/test_decoding \
|
||||||
$(ISOLATIONCHECKS)
|
$(ISOLATIONCHECKS)
|
||||||
|
|
||||||
PHONY: submake-test_decoding submake-regress check \
|
.PHONY: submake-test_decoding submake-regress check \
|
||||||
regresscheck regresscheck-install-force \
|
regresscheck regresscheck-install-force \
|
||||||
isolationcheck isolationcheck-install-force
|
isolationcheck isolationcheck-install-force
|
||||||
|
Loading…
x
Reference in New Issue
Block a user