diff options
| author | Mike Gilbert <floppym@gentoo.org> | 2026-07-01 15:39:28 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-07-02 10:50:14 -0700 |
| commit | 10ab1af0f4446dcbc2b34773da9a9d0a9eb2b69f (patch) | |
| tree | 017eac7a9aad62086a0a9888f02f2d86323bb7fd /t/t4013/diff.diff_initial..side | |
| parent | e9019fcafe0040228b8631c30f97ae1adb61bcdc (diff) | |
meson: restore hook-list.h to builtin_sources
This fixes a racy build failure.
```
builtin/bugreport.c:12:10: fatal error: hook-list.h: No such file or directory
12 | #include "hook-list.h"
| ^~~~~~~~~~~~~
```
hook-list.h must be generated before builtin/bugreport.c is compiled.
Bug: https://bugs.gentoo.org/978326
Fixes: 2eb541e8f2a9 (hook: move is_known_hook() to hook.c for wider use, 2026-04-10)
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
