Skip to content

Commit 077e120

Browse files
committed
Merge branch 'ab/makefile-hook-list-dependency-fix'
Fix dependency rules to generate hook-list.h header file. * ab/makefile-hook-list-dependency-fix: Makefile: correct the dependency graph of hook-list.h
2 parents 114d64b + d3fd1a6 commit 077e120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,9 +2218,9 @@ git$X: git.o GIT-LDFLAGS $(BUILTIN_OBJS) $(GITLIBS)
22182218
$(filter %.o,$^) $(LIBS)
22192219

22202220
help.sp help.s help.o: command-list.h
2221-
hook.sp hook.s hook.o: hook-list.h
2221+
builtin/bugreport.sp builtin/bugreport.s builtin/bugreport.o: hook-list.h
22222222

2223-
builtin/help.sp builtin/help.s builtin/help.o: config-list.h hook-list.h GIT-PREFIX
2223+
builtin/help.sp builtin/help.s builtin/help.o: config-list.h GIT-PREFIX
22242224
builtin/help.sp builtin/help.s builtin/help.o: EXTRA_CPPFLAGS = \
22252225
'-DGIT_HTML_PATH="$(htmldir_relative_SQ)"' \
22262226
'-DGIT_MAN_PATH="$(mandir_relative_SQ)"' \

0 commit comments

Comments
 (0)