提交 85cdaa46 编写于 作者: J Junio C Hamano

Makefile: remove remnant of separate http/https/ftp helpers

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 2d14d65c
......@@ -104,9 +104,7 @@ git-receive-pack
git-reflog
git-relink
git-remote
git-remote-ftp
git-remote-http
git-remote-https
git-remote-curl
git-repack
git-repo-config
git-request-pull
......
......@@ -1655,7 +1655,7 @@ export gitexec_instdir
install: all
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) $(filter-out $(CURL_SYNONYMS), $(ALL_PROGRAMS)) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexec_instdir_SQ)'
$(INSTALL) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X git-cvsserver '$(DESTDIR_SQ)$(bindir_SQ)'
$(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
ifndef NO_PERL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册