Skip to content

Commit ccb6a7a

Browse files
committed
Merge pull request #1 from t-b/new-sdk-fixes
Fixes for the new SDK
2 parents 7d0d5cf + 0f2f245 commit ccb6a7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config.mak.uname

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
487487
NO_MKDTEMP = YesPlease
488488
NO_MKSTEMPS = YesPlease
489489
NO_SVN_TESTS = YesPlease
490-
NO_PERL_MAKEMAKER = YesPlease
491490
RUNTIME_PREFIX = YesPlease
492491
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
493492
NO_NSEC = YesPlease
@@ -518,7 +517,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
518517
X = .exe
519518
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
520519
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
521-
htmldir = doc/git/html/
520+
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
522521
prefix =
523522
INSTALL = /bin/install
524523
EXTLIBS += /mingw/lib/libz.a

0 commit comments

Comments
 (0)