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).
pull/81/head
Noah Misch 3 years ago
parent acf1dd4234
commit 42dbbca58e
  1. 1
      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 $@

Loading…
Cancel
Save