Skip to content

Commit

Permalink
Merge branch 'mp/make-cleanse-x-for-exe' into maint
Browse files Browse the repository at this point in the history
* mp/make-cleanse-x-for-exe:
  Explicitly set X to avoid potential build breakage
  • Loading branch information
Junio C Hamano committed Feb 14, 2012
2 parents 42e283a + ace5e97 commit 1dcfa8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dcfa8d

Please sign in to comment.