Commit acd0eb63 authored by Noah Misch's avatar Noah Misch

Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".

The target failed, tested $PATH binaries, or tested a stale temporary
installation.  Commit c66b438d missed
this.  Back-patch to v10 (all supported versions).
parent 10520f43
...@@ -26,5 +26,6 @@ install-ecpglib-recurse: install-pgtypeslib-recurse ...@@ -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 $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment