Skip to content

Commit c64eb84

Browse files
dschogitster
authored andcommitted
make strip: include scalar
When Scalar was made a canonical part of Git in 7b5c93c (scalar: include in standard Git build & installation, 2022-09-02), it was added to all relevant Makefile targets except for the `strip` target. Let's correct that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f368df4 commit c64eb84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ please_set_SHELL_PATH_to_a_more_modern_shell:
24992499

25002500
shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
25012501

2502-
strip: $(PROGRAMS) git$X
2502+
strip: $(PROGRAMS) git$X scalar$X
25032503
$(STRIP) $(STRIP_OPTS) $^
25042504

25052505
### Target-specific flags and dependencies

0 commit comments

Comments
 (0)