mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01:00
Merge branch 'mp/make-cleanse-x-for-exe' into maint
* mp/make-cleanse-x-for-exe: Explicitly set X to avoid potential build breakage
This commit is contained in:
commit
1dcfa8de7c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -452,6 +452,9 @@ PROGRAM_OBJS += http-backend.o
|
|||
PROGRAM_OBJS += sh-i18n--envsubst.o
|
||||
PROGRAM_OBJS += credential-store.o
|
||||
|
||||
# Binary suffix, set to .exe for Windows builds
|
||||
X =
|
||||
|
||||
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
|
||||
|
||||
TEST_PROGRAMS_NEED_X += test-chmtime
|
||||
|
|
Loading…
Reference in a new issue