Skip to content

Commit e764a10

Browse files
author
Junio C Hamano
committed
Merge with master.
This merges commit 3c4e8a6 from master into our head commit 80f4568 Sincerely, jit-merge command.
2 parents 80f4568 + 3c4e8a6 commit e764a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ init-db.o: init-db.c
174174
$(CC) -c $(CFLAGS) -DDEFAULT_GIT_TEMPLATE_DIR='"$(template_dir)"' $*.c
175175

176176
$(LIB_OBJS): $(LIB_H)
177+
$(patsubst git-%,%.o,$(PROG)): $(LIB_H)
177178
$(DIFF_OBJS): diffcore.h
178179

179180
$(LIB_FILE): $(LIB_OBJS)

0 commit comments

Comments
 (0)