aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-09-11 22:35:30 -0700
committerJunio C Hamano <gitster@pobox.com>2009-09-11 22:35:30 -0700
commit85cdaa468d9449bbc5889ba94359c77ccafb65cd (patch)
tree432cd81fbff004c10d4c94a4ad341342e91cb1c6 /Makefile
parent2d14d65ce7b136b0fb18dcf27e5caff67829f658 (diff)
downloadgit-85cdaa468d9449bbc5889ba94359c77ccafb65cd.tar.gz
git-85cdaa468d9449bbc5889ba94359c77ccafb65cd.tar.xz
Makefile: remove remnant of separate http/https/ftp helpers
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c44e357c..1ac02d1c9 100644
--- a/Makefile
+++ b/Makefile
@@ -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