Обсуждение: pgsql: Correct Makefile dependencies for catalog scripts

Поиск
Список
Период
Сортировка

pgsql: Correct Makefile dependencies for catalog scripts

От
John Naylor
Дата:
Correct Makefile dependencies for catalog scripts

At some point, Gen_fmgrtab.pl stopped needing the value of defined symbols
from access/transam.h, while genbki.pl starting doing so. The Makefiles
didn't get the memo, so update the relevant dependencies.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b19a7e392a6ac2aa72f3556e6090bf010b858785

Modified Files
--------------
src/backend/catalog/Makefile | 2 +-
src/backend/utils/Makefile   | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)