Skip to content

Commit 8ffc0c2

Browse files
committed
Merge pull request #8 from dscho/mingw-prefix
MINGW: install into /mingw/bin/ by default
2 parents 535c289 + fc864db commit 8ffc0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
518518
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
519519
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
520520
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
521-
prefix =
521+
prefix = /mingw/
522522
INSTALL = /bin/install
523523
EXTLIBS += /mingw/lib/libz.a
524524
NO_R_TO_GCC_LINKER = YesPlease

0 commit comments

Comments
 (0)