diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-07-28 11:17:46 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-28 11:15:35 -0700 |
commit | 2941cab99ca9dec3356f0126be41bc3995bb1fef (patch) | |
tree | cba58a99037a05d7849bfc3fdc1e049d0e39b354 /Makefile | |
parent | ef1d9c5aa4c8fd57b2a8043c0cd9fea1c507db6a (diff) | |
download | git-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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |