Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Signed-off-by: Johannes Schindelin <Johannes.Schindelin@xxxxxx> > --- > Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index 636679f..e8037ad 100644 > --- a/Makefile > +++ b/Makefile > @@ -661,6 +661,7 @@ git-%$X: %.o $(GITLIBS) > $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ > $(LIB_FILE) $(SIMPLE_LIB) > > +ssh-pull.o: ssh-fetch.c > git-local-fetch$X: fetch.o > git-ssh-fetch$X: rsh.o fetch.o > git-ssh-upload$X: rsh.o My personal preference would be to deprecate these commit walkers ;-) but in any case we would also need to make ssh-push.o depend on ssh-upload.c for the same logic. - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html