diff options
author | Noah Misch <noah@leadboat.com> | 2022-04-16 17:43:54 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2022-04-16 17:43:57 -0700 |
commit | acd0eb635e859127c456c2166ed9455a1fdac60e (patch) | |
tree | 2491b3b7c2d3b0df64a45f4884b59afb70d19682 /src | |
parent | 10520f4346876aad4941797c2255a21bdac74739 (diff) | |
download | postgresql-acd0eb635e859127c456c2166ed9455a1fdac60e.tar.gz postgresql-acd0eb635e859127c456c2166ed9455a1fdac60e.zip |
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).
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile index a8f91e3dc2b..e4bbf7b8a86 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 $@ |