]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Ensure guc_tables.o's dependency on guc_tables.inc.c is known.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Sep 2025 16:28:20 +0000 (12:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 24 Sep 2025 16:28:20 +0000 (12:28 -0400)
commitaadbcc40bc24362070b5d88769b62f2d62fdedfb
tree8279ccf1c5bbcb354a95130769607547063784bd
parent7ccbf6d8b5e5a4f45cb77e25f16afcf13cf1dfd3
Ensure guc_tables.o's dependency on guc_tables.inc.c is known.

Without this, rebuilds can malfunction unless --enable-depend is used.
Historically we've expected that you can get away without
--enable-depend as long as you manually clean after changing *.h
files; the makefiles are supposed to handle other sorts of
dependencies.  So add this one.

Follow-on to 635998965, so no need for back-patch.

Discussion: https://postgr.es/m/3121329.1758650878@sss.pgh.pa.us
src/backend/utils/misc/Makefile