Skip to content

Commit 08df617

Browse files
author
Junio C Hamano
committed
Makefile: dependency for builtin-help.o
builtin-help.c wants to include common-cmds.h which is a generated file. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 70827b1 commit 08df617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ git$X: git.c common-cmds.h $(BUILTIN_OBJS) $(GITLIBS)
470470
$(ALL_CFLAGS) -o $@ $(filter %.c,$^) \
471471
$(BUILTIN_OBJS) $(ALL_LDFLAGS) $(LIBS)
472472

473+
builtin-help.o: common-cmds.h
474+
473475
$(BUILT_INS): git$X
474476
rm -f $@ && ln git$X $@
475477

0 commit comments

Comments
 (0)