Code

Remove git-status from list of scripts as it is builtin
authorShawn O. Pearce <spearce@spearce.org>
Fri, 23 Nov 2007 20:35:08 +0000 (15:35 -0500)
committerJunio 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>
Makefile

index 35f9c873c4422f12c5078d5df248930deee4ff10..625b9c337c4afd66cb5e5cd9171c682d8a3bce4a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -234,7 +234,7 @@ SCRIPT_PERL = \
 
 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 = \