Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
authorNoah Misch <[email protected]>
Sun, 17 Apr 2022 00:43:54 +0000 (17:43 -0700)
committerNoah Misch <[email protected]>
Sun, 17 Apr 2022 00:43:59 +0000 (17:43 -0700)
The target failed, tested $PATH binaries, or tested a stale temporary
installation.  Commit c66b438db62748000700c9b90b585e756dd54141 missed
this.  Back-patch to v10 (all supported versions).

src/interfaces/ecpg/Makefile

index 41460a17c96449c5797aaa7ce86781b9e98fefd6..f523acaf32c8a95b8568f0dc7aa7f15918c43035 100644 (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 $@