From: Shawn O. Pearce Date: Fri, 23 Nov 2007 20:35:08 +0000 (-0500) Subject: Remove git-status from list of scripts as it is builtin X-Git-Tag: v1.5.4-rc0~78^2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e475fe16a9b7f36478ee4f304e53d6979e4f1710;p=git.git Remove git-status from list of scripts as it is builtin 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 Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 35f9c873c..625b9c337 100644 --- 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 = \