pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.
pgsql: Make reformat-dat-files, reformat-dat-files VPATH safe.
От:
Andres Freund <andres@anarazel.de>
Дата:
Make reformat-dat-files, reformat-dat-files VPATH safe. The reformat_dat_file.pl script, added by 372728b0d49552641, supported all the necessary options to make it work in a VPATH build, but the makefile invocations didn't take VPATH into account. Fix that. Discussion: https://postgr.es/m/20181115185303.d2z7wonx23mdfvd3@alap3.anarazel.de Backpatch: 11-, where 372728b0d49552641 was merged Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6a744413ea0c0c114348c4c010aa9f909c83d3f3 Modified Files -------------- src/include/catalog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)