8000 Fix phony .PHONY. · prmdeveloper/postgres@b190fe9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b190fe9

Browse files
committed
Fix phony .PHONY.
A couple makefiles had misspelled the magic .PHONY target as PHONY.
1 parent 17a250b commit b190fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test_decoding/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding
6969
--extra-install=contrib/test_decoding \
7070
$(ISOLATIONCHECKS)
7171

72-
PHONY: submake-test_decoding submake-regress check \
72+
.PHONY: submake-test_decoding submake-regress check \
7373
regresscheck regresscheck-install-force \
7474
isolationcheck isolationcheck-install-force

0 commit comments

Comments
 (0)
0