From: Junio C Hamano Date: Tue, 14 Feb 2012 07:26:25 +0000 (-0800) Subject: Merge branch 'mp/make-cleanse-x-for-exe' into maint X-Git-Tag: v1.7.9.1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1dcfa8de7c2f630081c9d39ce46f150bbb0af5cb;p=git.git Merge branch 'mp/make-cleanse-x-for-exe' into maint * mp/make-cleanse-x-for-exe: Explicitly set X to avoid potential build breakage --- 1dcfa8de7c2f630081c9d39ce46f150bbb0af5cb diff --cc Makefile index b5530cbaa,6e70a6d44..4ff3faa47 --- a/Makefile +++ b/Makefile @@@ -450,8 -427,10 +450,11 @@@ PROGRAM_OBJS += show-index. PROGRAM_OBJS += upload-pack.o 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