X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=c92c2ba24dd53e7dfbf90e50f5b59d0ff2545d92;hb=471dcfdbb23ad423168d928335bc36217f9e311d;hp=87fb30aedbdbbb0f403cbc985889cb079a29c7b4;hpb=5cdc9fbb0894023da8e4dab552dfdda8b662feab;p=git.git diff --git a/Makefile b/Makefile index 87fb30aed..c92c2ba24 100644 --- a/Makefile +++ b/Makefile @@ -460,6 +460,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