Correct Makefile dependencies for catalog scripts
authorJohn Naylor <john.naylor@postgresql.org>
Mon, 14 Feb 2022 02:03:46 +0000 (09:03 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Mon, 14 Feb 2022 02:07:09 +0000 (09:07 +0700)
commitb19a7e392a6ac2aa72f3556e6090bf010b858785
treed0e44701f806df19d2ae169be255a90c2179acf9
parent1d084fba1bd144538dfea22c322f1c148c821148
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.
src/backend/catalog/Makefile
src/backend/utils/Makefile