X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=1c555daa43a199a79223fbb8b44ee33627f86aae;hb=aa1dbc9897822c8acb284b35c40da60f3debca91;hp=b6d8804d4b0cac60d1dd4943c5b9a791f26e006f;hpb=a541211ef4136eb7464c4466d20b60b8580efc44;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)