aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-24 23:42:34 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-24 23:42:34 -0700
commitcf408cb4a002855a9ffb58009c5f40da7f68b55e (patch)
tree3285f66b4ad5e9dd07e7f1f0e15361b8a0ff2c2a /Makefile
parent7061f5c2c5fdde49a952db9dfe09bcfd8b8f9794 (diff)
downloadgit-cf408cb4a002855a9ffb58009c5f40da7f68b55e.tar.gz
Stop installing the backward compatible symlinks.
Also cmd-renames.sh can now be used to remove the backward compatible symlinks -- this is not used by default in any way. As discussed on the list with Pasky, git-ssh-push and git-ssh-pull will keep calling each other for a while longer. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7afb946b51..67279203e8 100644
--- a/Makefile
+++ b/Makefile
@@ -344,7 +344,6 @@ install: $(PROGRAMS) $(SCRIPTS)
$(INSTALL) -d -m755 $(DESTDIR)$(bindir)
$(INSTALL) $(PROGRAMS) $(SCRIPTS) $(DESTDIR)$(bindir)
$(INSTALL) git-revert $(DESTDIR)$(bindir)/git-cherry-pick
- sh ./cmd-rename.sh $(DESTDIR)$(bindir)
$(MAKE) -C templates install
$(INSTALL) -d -m755 $(DESTDIR)$(GIT_PYTHON_DIR)
$(INSTALL) $(PYMODULES) $(DESTDIR)$(GIT_PYTHON_DIR)