make strip: include `scalar`

When Scalar was made a canonical part of Git in 7b5c93c6c68 (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>

Johannes Schindelin committed Nov 17, 2025 at 19:51 UTC c64eb849b14e5a78864f4260ccc12f46052020ec
1 file changed +1 -1
Makefile
+1 -1
@@ -2499,7 +2499,7 @@ please_set_SHELL_PATH_to_a_more_modern_shell:
2499
2500 shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
2501
2502 -strip: $(PROGRAMS) git$X
2502 +strip: $(PROGRAMS) git$X scalar$X
2503 $(STRIP) $(STRIP_OPTS) $^
2504
2505 ### Target-specific flags and dependencies