projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17a250b
)
Fix phony .PHONY.
author
Tom Lane
Sat, 19 Mar 2016 21:19:37 +0000
(17:19 -0400)
committer
Tom Lane
Sat, 19 Mar 2016 21:19:37 +0000
(17:19 -0400)
A couple makefiles had misspelled the magic .PHONY target as PHONY.
contrib/test_decoding/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/test_decoding/Makefile
b/contrib/test_decoding/Makefile
index 4f022b5a355ea13bb64c13da8ccfac5e48da973d..4e5f85aecdbba5d0672cda0ad00a0184ec1eac95 100644
(file)
--- a/
contrib/test_decoding/Makefile
+++ b/
contrib/test_decoding/Makefile
@@
-69,6
+69,6
@@
isolationcheck-install-force: all | submake-isolation submake-test_decoding
--extra-install=contrib/test_decoding \
$(ISOLATIONCHECKS)
-PHONY: submake-test_decoding submake-regress check \
+
.
PHONY: submake-test_decoding submake-regress check \
regresscheck regresscheck-install-force \
isolationcheck isolationcheck-install-force