File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,7 @@ git-receive-pack
104104git-reflog
105105git-relink
106106git-remote
107- git-remote-ftp
108- git-remote-http
109- git-remote-https
107+ git-remote-curl
110108git-repack
111109git-repo-config
112110git-request-pull
Original file line number Diff line number Diff line change @@ -1655,7 +1655,7 @@ export gitexec_instdir
16551655install : all
16561656 $(INSTALL ) -d -m 755 ' $(DESTDIR_SQ)$(bindir_SQ)'
16571657 $(INSTALL ) -d -m 755 ' $(DESTDIR_SQ)$(gitexec_instdir_SQ)'
1658- $(INSTALL ) $(filter-out $( CURL_SYNONYMS ) , $( ALL_PROGRAMS ) ) ' $(DESTDIR_SQ)$(gitexec_instdir_SQ)'
1658+ $(INSTALL ) $(ALL_PROGRAMS ) ' $(DESTDIR_SQ)$(gitexec_instdir_SQ)'
16591659 $(INSTALL ) git$X git-upload-pack$X git-receive-pack$X git-upload-archive$X git-shell$X git-cvsserver ' $(DESTDIR_SQ)$(bindir_SQ)'
16601660 $(MAKE ) -C templates DESTDIR=' $(DESTDIR_SQ)' install
16611661ifndef NO_PERL
You can’t perform that action at this time.
0 commit comments