Skip to content

Commit 7b4b59a

Browse files
Johannes Sixtgitster
authored andcommitted
Windows: Do not compile git-shell
Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 35eeef4 commit 7b4b59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ PROGRAMS += git-pack-redundant$X
293293
PROGRAMS += git-patch-id$X
294294
PROGRAMS += git-receive-pack$X
295295
PROGRAMS += git-send-pack$X
296-
PROGRAMS += git-shell$X
297296
PROGRAMS += git-show-index$X
298297
PROGRAMS += git-unpack-file$X
299298
PROGRAMS += git-update-server-info$X
@@ -823,6 +822,7 @@ EXTLIBS += -lz
823822
ifndef NO_POSIX_ONLY_PROGRAMS
824823
PROGRAMS += git-daemon$X
825824
PROGRAMS += git-imap-send$X
825+
PROGRAMS += git-shell$X
826826
endif
827827
ifndef NO_OPENSSL
828828
OPENSSL_LIBSSL = -lssl
@@ -1363,7 +1363,7 @@ endif
13631363
fi && \
13641364
{ $(foreach p,$(BUILT_INS), $(RM) "$$execdir/$p" && ln "$$execdir/git$X" "$$execdir/$p" ;) } && \
13651365
$(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"
13671367

13681368
install-doc:
13691369
$(MAKE) -C Documentation install

0 commit comments

Comments
 (0)