Skip to content

Commit 297638a

Browse files
committed
Merge branch 'mp/make-cleanse-x-for-exe'
* mp/make-cleanse-x-for-exe: Explicitly set X to avoid potential build breakage
2 parents 8ed9f5d + ace5e97 commit 297638a

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
@@ -460,6 +460,9 @@ PROGRAM_OBJS += http-backend.o
460460
PROGRAM_OBJS += sh-i18n--envsubst.o
461461
PROGRAM_OBJS += credential-store.o
462462

463+
# Binary suffix, set to .exe for Windows builds
464+
X =
465+
463466
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
464467

465468
TEST_PROGRAMS_NEED_X += test-chmtime

0 commit comments

Comments
 (0)