summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a98b819)
raw | patch | inline | side by side (parent: a98b819)
author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 23 Nov 2007 20:35:08 +0000 (15:35 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 28 Nov 2007 04:22:33 +0000 (20:22 -0800) |
Now that git-status is builtin on Cygwin this compiles as
git-status.exe. We cannot continue to include git-status
as a Makefile target as it will never be built.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-status.exe. We cannot continue to include git-status
as a Makefile target as it will never be built.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 35f9c873c4422f12c5078d5df248930deee4ff10..625b9c337c4afd66cb5e5cd9171c682d8a3bce4a 100644 (file)
--- a/Makefile
+++ b/Makefile
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
- git-status git-instaweb
+ git-instaweb
# ... and all the rest that could be moved out of bindir to gitexecdir
PROGRAMS = \