../strans listed no prerequisites, so once the file existed make held it
up to date whatever changed under it: touch strans.c, run
make -C tests check-live, and it planned no compile at all and smoked a
stale daemon. The sibling rule for the GTK module answered it by naming
three of its sources, which is the parent Makefile's list copied and
already short of gtk/Makefile. Neither list is needed -- ask the parent.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>