Skip to content

Commit

Permalink
Merge pull request #1 from t-b/new-sdk-fixes
Browse files Browse the repository at this point in the history
Fixes for the new SDK
  • Loading branch information
t-b committed Oct 13, 2014
2 parents 7d0d5cf + 0f2f245 commit ccb6a7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.mak.uname
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_MKDTEMP = YesPlease
NO_MKSTEMPS = YesPlease
NO_SVN_TESTS = YesPlease
NO_PERL_MAKEMAKER = YesPlease
RUNTIME_PREFIX = YesPlease
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
NO_NSEC = YesPlease
Expand Down Expand Up @@ -518,7 +517,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
X = .exe
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
htmldir = doc/git/html/
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
prefix =
INSTALL = /bin/install
EXTLIBS += /mingw/lib/libz.a
Expand Down

0 comments on commit ccb6a7a

Please sign in to comment.