Skip to content

Commit 28cada0

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 8ae4dd6 commit 28cada0

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
@@ -587,7 +587,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
587587
NO_STRTOUMAX = YesPlease
588588
NO_MKDTEMP = YesPlease
589589
NO_SVN_TESTS = YesPlease
590-
NO_PERL_MAKEMAKER = YesPlease
591590
RUNTIME_PREFIX = YesPlease
592591
HAVE_WPGMPTR = YesWeDo
593592
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease

0 commit comments

Comments
 (0)