File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2050,10 +2050,10 @@ git-imap-send$X: imap-send.o GIT-LDFLAGS $(GITLIBS)
20502050 $(QUIET_LINK )$(CC ) $(ALL_CFLAGS ) -o $@ $(ALL_LDFLAGS ) $(filter % .o,$^ ) \
20512051 $(LIBS ) $(OPENSSL_LINK ) $(OPENSSL_LIBSSL ) $(LIB_4_CRYPTO )
20522052
2053- git-http-fetch$X : revision.o http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS )
2053+ git-http-fetch$X : http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS )
20542054 $(QUIET_LINK )$(CC ) $(ALL_CFLAGS ) -o $@ $(ALL_LDFLAGS ) $(filter % .o,$^ ) \
20552055 $(LIBS ) $(CURL_LIBCURL )
2056- git-http-push$X : revision.o http.o http-push.o GIT-LDFLAGS $(GITLIBS )
2056+ git-http-push$X : http.o http-push.o GIT-LDFLAGS $(GITLIBS )
20572057 $(QUIET_LINK )$(CC ) $(ALL_CFLAGS ) -o $@ $(ALL_LDFLAGS ) $(filter % .o,$^ ) \
20582058 $(LIBS ) $(CURL_LIBCURL ) $(EXPAT_LIBEXPAT )
20592059
You can’t perform that action at this time.
0 commit comments