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 <redacted>
---
I apologize if this is a dupe; I haven't had a chance to read
the list traffic to see what has been posted and what hasn't.
I'll be offline for the next few days so I figured I should get
this out there now, just in case anyone else might run into the
same problem I did.
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 313f9a2..a5a40ce 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,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 = \
--
1.5.3.6.1936.gc44a9