Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
authorNoah Misch <noah@leadboat.com>
Sun, 17 Apr 2022 00:43:54 +0000 (17:43 -0700)
committerNoah Misch <noah@leadboat.com>
Sun, 17 Apr 2022 00:43:57 +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 a8f91e3dc2b34921f07712c0053ce8ae72445f83..e4bbf7b8a865b351cffafa320eb9474f8c9b14bf 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 $@