Fix VPATH builds for src/test/ssl targets
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 27 Oct 2021 19:49:48 +0000 (21:49 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 27 Oct 2021 19:49:48 +0000 (21:49 +0200)
commit349cd8c582a1e666c9c804850cf5b532b86cd1b4
tree02eafc8fa6f0726cb2a0f67deda1a8df88c3d803
parenta5213adf3d351a31c5f5eae1a756a9d3555dc31c
Fix VPATH builds for src/test/ssl targets

Commit b4c4a00ea refactored the gist of the sslfiles target into a
separate makefile in order to override settings in Makefile.global.
The invocation of this this file didn't however include the absolute
path for VPATH builds, resulting in "make clean" failing. Fix by
providing the path to the new makefile.

Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20211026174152.jjcagswnbhxu7uqz@alap3.anarazel.de
src/test/ssl/Makefile