Skip to content

Commit fe10498

Browse files
j6tgitster
authored andcommitted
Makefile: git.o depends on library headers
This dependency was not yet specified anywhere else. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1c3acfc commit fe10498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
13851385
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
13861386

13871387
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
1388-
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
1388+
$(patsubst git-%$X,%.o,$(PROGRAMS)) git.o: $(LIB_H) $(wildcard */*.h)
13891389
builtin-revert.o wt-status.o: wt-status.h
13901390

13911391
$(LIB_FILE): $(LIB_OBJS)

0 commit comments

Comments
 (0)