Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".

The target failed, tested $PATH binaries, or tested a stale temporary
installation.  Commit c66b438db6 missed
this.  Back-patch to v10 (all supported versions).
This commit is contained in:
Noah Misch 2022-04-16 17:43:54 -07:00
parent 68e605b9ef
commit 6ea49fe354
1 changed files with 1 additions and 0 deletions

View File

@ -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 $@