aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-11-23 15:35:08 -0500
committerJunio C Hamano <gitster@pobox.com>2007-11-27 20:22:33 -0800
commite475fe16a9b7f36478ee4f304e53d6979e4f1710 (patch)
treeed71efb64a332f038eb13f808e2983198673ccba /Makefile
parenta98b819183820cf87f1073c36b57883cb05e7049 (diff)
downloadgit-e475fe16a9b7f36478ee4f304e53d6979e4f1710.tar.gz
git-e475fe16a9b7f36478ee4f304e53d6979e4f1710.tar.xz
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 <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 = \