diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-01-10 11:52:52 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-01-10 11:52:52 -0800 |
| commit | 077e120a1ef689d1f26b2ce854438e50f1240c9b (patch) | |
| tree | 91bfef2af77cd928c18c295cfb71976cbf72b982 | |
| parent | 114d64b7837840be5c072d97fbee2ae0e2b92ca2 (diff) | |
| parent | d3fd1a66679390f54cb80e29382a5766f0fe907d (diff) | |
| download | git-077e120a1ef689d1f26b2ce854438e50f1240c9b.tar.xz | |
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
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2218,9 +2218,9 @@ git$X: git.o GIT-LDFLAGS $(BUILTIN_OBJS) $(GITLIBS) $(filter %.o,$^) $(LIBS) help.sp help.s help.o: command-list.h -hook.sp hook.s hook.o: hook-list.h +builtin/bugreport.sp builtin/bugreport.s builtin/bugreport.o: hook-list.h -builtin/help.sp builtin/help.s builtin/help.o: config-list.h hook-list.h GIT-PREFIX +builtin/help.sp builtin/help.s builtin/help.o: config-list.h GIT-PREFIX builtin/help.sp builtin/help.s builtin/help.o: EXTRA_CPPFLAGS = \ '-DGIT_HTML_PATH="$(htmldir_relative_SQ)"' \ '-DGIT_MAN_PATH="$(mandir_relative_SQ)"' \ |
