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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/aadbcc40bc24362070b5d88769b62f2d62fdedfb Modified Files -------------- src/backend/utils/misc/Makefile | 3 +++ 1 file changed, 3 insertions(+)
