summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2022-04-16 17:43:54 -0700
committerNoah Misch <noah@leadboat.com>2022-04-16 17:43:59 -0700
commitad845d640ec5f5951c38f00c764a28e7bfeee40e (patch)
tree667242a690099379e609a50b8d89672c18e84086
parent48b398943b78a42c61771a1210c70ffa0b017164 (diff)
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
The target failed, tested $PATH binaries, or tested a stale temporary installation. Commit c66b438db62748000700c9b90b585e756dd54141 missed this. Back-patch to v10 (all supported versions).
-rw-r--r--src/interfaces/ecpg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
index 41460a17c96..f523acaf32c 100644
--- a/src/interfaces/ecpg/Makefile
+++ b/src/interfaces/ecpg/Makefile
@@ -26,5 +26,6 @@ install-ecpglib-recurse: install-pgtypeslib-recurse
clean distclean maintainer-clean:
$(MAKE) -C test clean
+checktcp: | temp-install
check checktcp installcheck:
$(MAKE) -C test $@