Thread: pgsql: Fix VPATH builds for src/test/ssl targets

pgsql: Fix VPATH builds for src/test/ssl targets

From
Daniel Gustafsson
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/349cd8c582a1e666c9c804850cf5b532b86cd1b4

Modified Files
--------------
src/test/ssl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)