X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=6e70a6d44c7a9e0070f702987e796c71e4325690;hb=ace5e97ecdf6a6ad8fd4ba443486fbe0058eb37a;hp=b21d2f14176d08011cea79790eb2246d50787ec9;hpb=d0482e88a735787f7bb33ef4783be0e7f6a70946;p=git.git diff --git a/Makefile b/Makefile index b21d2f141..6e70a6d44 100644 --- a/Makefile +++ b/Makefile @@ -428,6 +428,9 @@ PROGRAM_OBJS += upload-pack.o PROGRAM_OBJS += http-backend.o PROGRAM_OBJS += sh-i18n--envsubst.o +# Binary suffix, set to .exe for Windows builds +X = + PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS)) TEST_PROGRAMS_NEED_X += test-chmtime