Skip to content

Commit 6053c04

Browse files
dschogitster
authored andcommitted
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]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e0cc67 commit 6053c04

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
@@ -530,7 +530,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
530530
NO_STRTOUMAX = YesPlease
531531
NO_MKDTEMP = YesPlease
532532
NO_SVN_TESTS = YesPlease
533-
NO_PERL_MAKEMAKER = YesPlease
534533
RUNTIME_PREFIX = YesPlease
535534
HAVE_WPGMPTR = YesWeDo
536535
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease

0 commit comments

Comments
 (0)