Correct Makefile dependencies for catalog scripts

John Naylor <john.naylor@postgresql.org>

Commit: b19a7e392a6ac2aa72f3556e6090bf010b858785
Author: John Naylor <john.naylor@postgresql.org>
Date: 2022-02-14T02:07:09Z
Releases: 15.0
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.

Files

PathChange+/−
src/backend/catalog/Makefile modified +1 −1
src/backend/utils/Makefile modified +1 −1