projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1d9c5
)
Makefile: ssh-pull.o depends on ssh-fetch.c
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Fri, 28 Jul 2006 09:17:46 +0000
(11:17 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 28 Jul 2006 18:15:35 +0000
(11:15 -0700)
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 49eaa10b3be884a2aebdcea51ca50d0018e869f5..8349e3defacca69ae48c477ff99be527b9af3b77 100644
(file)
--- 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