Skip to content

Commit 75cf76d

Browse files
committed
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>
1 parent 9a2fb14 commit 75cf76d

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
@@ -2565,7 +2565,7 @@ please_set_SHELL_PATH_to_a_more_modern_shell:
25652565

25662566
shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
25672567

2568-
strip: $(PROGRAMS) git$X
2568+
strip: $(PROGRAMS) git$X scalar$X
25692569
$(STRIP) $(STRIP_OPTS) $^
25702570

25712571
### Target-specific flags and dependencies

0 commit comments

Comments
 (0)