Skip to content

Commit 0df56ea

Browse files
dschoJunio C Hamano
authored andcommitted
fetch.o depends on the headers, too.
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3e4e8c0 commit 0df56ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
775775
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
776776
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
777777

778-
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
778+
$(LIB_OBJS) $(BUILTIN_OBJS) fetch.o: $(LIB_H)
779779
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
780780
$(DIFF_OBJS): diffcore.h
781781

0 commit comments

Comments
 (0)