diff options
author | 2022-01-10 11:52:52 -0800 | |
---|---|---|
committer | 2022-01-10 11:52:52 -0800 | |
commit | 077e120a1ef689d1f26b2ce854438e50f1240c9b (patch) | |
tree | 91bfef2af77cd928c18c295cfb71976cbf72b982 /Makefile | |
parent | Merge branch 'ab/makefile-pager-env-is-used-only-by-pager.c' (diff) | |
parent | Makefile: correct the dependency graph of hook-list.h (diff) | |
download | tgif-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
Diffstat (limited to 'Makefile')
-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)"' \ |