File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,6 @@ PROGRAMS += git-pack-redundant$X
293
293
PROGRAMS += git-patch-id$X
294
294
PROGRAMS += git-receive-pack$X
295
295
PROGRAMS += git-send-pack$X
296
- PROGRAMS += git-shell$X
297
296
PROGRAMS += git-show-index$X
298
297
PROGRAMS += git-unpack-file$X
299
298
PROGRAMS += git-update-server-info$X
@@ -823,6 +822,7 @@ EXTLIBS += -lz
823
822
ifndef NO_POSIX_ONLY_PROGRAMS
824
823
PROGRAMS += git-daemon$X
825
824
PROGRAMS += git-imap-send$X
825
+ PROGRAMS += git-shell$X
826
826
endif
827
827
ifndef NO_OPENSSL
828
828
OPENSSL_LIBSSL = -lssl
@@ -1363,7 +1363,7 @@ endif
1363
1363
fi && \
1364
1364
{ $(foreach p,$(BUILT_INS), $(RM) "$$execdir/$p" && ln "$$execdir/git$X" "$$execdir/$p" ;) } && \
1365
1365
$(RM) "$$execdir/git$X" && \
1366
- ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-shell $X"
1366
+ ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add $X"
1367
1367
1368
1368
install-doc :
1369
1369
$(MAKE ) -C Documentation install
You can’t perform that action at this time.
0 commit comments