Skip to content

Commit 0665c25

Browse files
committed
mingw: drop MakeMaker reference
In 20d2a30 (Makefile: replace perl/Makefile.PL with simple make rules, 2017-12-10), Git stopped using MakeMaker. Therefore, that definition in the MINGW-specific section became useless. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1e4ff2b commit 0665c25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.mak.uname

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
568568
NO_STRTOUMAX = YesPlease
569569
NO_MKDTEMP = YesPlease
570570
NO_SVN_TESTS = YesPlease
571-
NO_PERL_MAKEMAKER = YesPlease
572571
RUNTIME_PREFIX = YesPlease
573572
HAVE_WPGMPTR = YesWeDo
574573
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease

0 commit comments

Comments
 (0)