diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2008-07-21 21:19:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-25 17:41:13 -0700 |
commit | 7b4b59a963c726d30b319a79c1f8243a82d6e12f (patch) | |
tree | 74be627dadcf74b847eecd3534b175ba5c594744 /Makefile | |
parent | 35eeef47220c68c92d0f377f5678c42da2232c20 (diff) | |
download | git-7b4b59a963c726d30b319a79c1f8243a82d6e12f.tar.gz git-7b4b59a963c726d30b319a79c1f8243a82d6e12f.tar.xz |
Windows: Do not compile git-shell
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -293,7 +293,6 @@ PROGRAMS += git-pack-redundant$X PROGRAMS += git-patch-id$X PROGRAMS += git-receive-pack$X PROGRAMS += git-send-pack$X -PROGRAMS += git-shell$X PROGRAMS += git-show-index$X PROGRAMS += git-unpack-file$X PROGRAMS += git-update-server-info$X @@ -823,6 +822,7 @@ EXTLIBS += -lz ifndef NO_POSIX_ONLY_PROGRAMS PROGRAMS += git-daemon$X PROGRAMS += git-imap-send$X + PROGRAMS += git-shell$X endif ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl @@ -1363,7 +1363,7 @@ endif fi && \ { $(foreach p,$(BUILT_INS), $(RM) "$$execdir/$p" && ln "$$execdir/git$X" "$$execdir/$p" ;) } && \ $(RM) "$$execdir/git$X" && \ - ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-shell$X" + ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X" install-doc: $(MAKE) -C Documentation install |