mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
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).
This commit is contained in:
parent
acf1dd4234
commit
42dbbca58e
@ -26,5 +26,6 @@ install-ecpglib-recurse: install-pgtypeslib-recurse
|
|||||||
clean distclean maintainer-clean:
|
clean distclean maintainer-clean:
|
||||||
$(MAKE) -C test clean
|
$(MAKE) -C test clean
|
||||||
|
|
||||||
|
checktcp: | temp-install
|
||||||
check checktcp installcheck:
|
check checktcp installcheck:
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user