X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=c434e0d9eb612674a3a7b7ac50f60a3b7cc347e0;hb=b992933853ccffac85f7e40310167ef7b8f0432e;hp=d5a95c4101015fbc7c4c28b0419b78082f99d37d;hpb=a348ab702a84983c258e4961a58b1b9502f428c8;p=git.git diff --git a/Makefile b/Makefile index d5a95c41..c434e0d9 100644 --- a/Makefile +++ b/Makefile @@ -515,15 +515,15 @@ git-ssh-upload$X: rsh.o git-ssh-pull$X: rsh.o fetch.o git-ssh-push$X: rsh.o -git-http-fetch$X: fetch.o http.o http-fetch.o +git-http-fetch$X: fetch.o http.o http-fetch.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) -git-http-push$X: http.o http-push.o +git-http-push$X: http.o http-push.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) -git-rev-list$X: rev-list.o +git-rev-list$X: rev-list.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(OPENSSL_LIBSSL)