File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2050,10 +2050,10 @@ git-imap-send$X: imap-send.o GIT-LDFLAGS $(GITLIBS)
2050
2050
$(QUIET_LINK )$(CC ) $(ALL_CFLAGS ) -o $@ $(ALL_LDFLAGS ) $(filter % .o,$^ ) \
2051
2051
$(LIBS ) $(OPENSSL_LINK ) $(OPENSSL_LIBSSL ) $(LIB_4_CRYPTO )
2052
2052
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 )
2054
2054
$(QUIET_LINK )$(CC ) $(ALL_CFLAGS ) -o $@ $(ALL_LDFLAGS ) $(filter % .o,$^ ) \
2055
2055
$(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 )
2057
2057
$(QUIET_LINK )$(CC ) $(ALL_CFLAGS ) -o $@ $(ALL_LDFLAGS ) $(filter % .o,$^ ) \
2058
2058
$(LIBS ) $(CURL_LIBCURL ) $(EXPAT_LIBEXPAT )
2059
2059
You can’t perform that action at this time.
0 commit comments