]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: correct the dependency graph of hook-list.h
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 17 Dec 2021 00:13:01 +0000 (01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Dec 2021 22:43:05 +0000 (14:43 -0800)
commitd3fd1a66679390f54cb80e29382a5766f0fe907d
tree894e0c07fbdfaaae32d393e29ad02c7765aa4c42
parentcfe853e66be56b4a035739b0f21ba409dfca695f
Makefile: correct the dependency graph of hook-list.h

Fix an issue in my cfe853e66be (hook-list.h: add a generated list of
hooks, like config-list.h, 2021-09-26), the builtin/help.c was
inadvertently made to depend on hook-list.h, but it's used by
builtin/bugreport.c.

The hook.c also does not depend on hook-list.h. It did in an earlier
version of the greater series cfe853e66be was extracted from, but not
anymore. We might end up needing that line again, but let's remove it
for now.

Reported-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile