aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-07-28 11:17:46 +0200
committerJunio C Hamano <junkio@cox.net>2006-07-28 11:15:35 -0700
commit2941cab99ca9dec3356f0126be41bc3995bb1fef (patch)
treecba58a99037a05d7849bfc3fdc1e049d0e39b354
parentef1d9c5aa4c8fd57b2a8043c0cd9fea1c507db6a (diff)
downloadgit-2941cab99ca9dec3356f0126be41bc3995bb1fef.tar.gz
git-2941cab99ca9dec3356f0126be41bc3995bb1fef.tar.xz
Makefile: ssh-pull.o depends on ssh-fetch.c
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49eaa10b3..8349e3def 100644
--- a/Makefile
+++ b/Makefile
@@ -614,6 +614,8 @@ $(SIMPLE_PROGRAMS) : git-%$X : %.o
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIB_FILE) $(SIMPLE_LIB)
+ssh-pull.o: ssh-fetch.c
+ssh-push.o: ssh-upload.c
git-local-fetch$X: fetch.o
git-ssh-fetch$X: rsh.o fetch.o
git-ssh-upload$X: rsh.o