X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=285b3ed16ed41c500890684e8fe4f40741c5a5bf;hb=7b8999674955b9d6b58de2b8f71b2e2ede795f65;hp=d8bb375752c24e86d6334e8f6a6c0c0e28df5038;hpb=2e67a5f449f4026097494569f871d79bf263ab28;p=git.git diff --git a/Makefile b/Makefile index d8bb3757..285b3ed1 100644 --- a/Makefile +++ b/Makefile @@ -387,7 +387,8 @@ $(SIMPLE_PROGRAMS) : git-%$X : %.o $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIB_FILE) $(SIMPLE_LIB) -git-http-fetch$X: fetch.o +git-http-fetch$X: fetch.o http.o +git-http-push$X: http.o git-local-fetch$X: fetch.o git-ssh-fetch$X: rsh.o fetch.o git-ssh-upload$X: rsh.o