[PATCH] Missing dep on Catalog.pm in meson rules
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-06-01T12:41:40Z
Lists: pgsql-hackers
Attachments
Hi Hackers, While hacking on Catalog.pm (over in https://postgr.es/m/87y1l3s7o9.fsf%40wibble.ilmari.org) I noticed that ninja wouldn't rebuild postgres.bki on changes to the module. Here's a patch that adds it to depend_files for the targets I culd find that invoke scripts that use it. - ilmari
Commits
-
meson: Add dependencies to perl modules to various script invocations
- a1cd982098c8 16.0 landed