Skip to content

Commit 1dcfa8d

Browse files
committed
Merge branch 'mp/make-cleanse-x-for-exe' into maint
* mp/make-cleanse-x-for-exe: Explicitly set X to avoid potential build breakage
2 parents 42e283a + ace5e97 commit 1dcfa8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ PROGRAM_OBJS += http-backend.o
452452
PROGRAM_OBJS += sh-i18n--envsubst.o
453453
PROGRAM_OBJS += credential-store.o
454454

455+
# Binary suffix, set to .exe for Windows builds
456+
X =
457+
455458
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
456459

457460
TEST_PROGRAMS_NEED_X += test-chmtime

0 commit comments

Comments
 (0)