Skip to content

Commit e475fe1

Browse files
spearcegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a98b819 commit e475fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ SCRIPT_PERL = \
234234

235235
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
236236
$(patsubst %.perl,%,$(SCRIPT_PERL)) \
237-
git-status git-instaweb
237+
git-instaweb
238238

239239
# ... and all the rest that could be moved out of bindir to gitexecdir
240240
PROGRAMS = \

0 commit comments

Comments
 (0)