X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=1c555daa43a199a79223fbb8b44ee33627f86aae;hb=f067a13745fbeae1aa357876348a00e5edd0a629;hp=b6d8804d4b0cac60d1dd4943c5b9a791f26e006f;hpb=0c1fc940eeae051e890304c40d1e66a478afadc8;p=git.git diff --git a/Makefile b/Makefile index b6d8804d..1c555daa 100644 --- a/Makefile +++ b/Makefile @@ -526,7 +526,7 @@ 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 $(LIB_FILE) +git-http-push$X: revision.o http.o http-push.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)