mingw: drop MakeMaker reference
In 20d2a30f8ffe (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 <johannes.schindelin@gmx.de> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Johannes Schindelin committed
Feb 25, 2019 at 11:27 UTC
6053c04b88d28b31d752dc8783ff59324b6a82f7
1 file changed
-1
config.mak.uname
-1
@@ -530,7 +530,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
530
NO_STRTOUMAX = YesPlease
531
NO_MKDTEMP = YesPlease
532
NO_SVN_TESTS = YesPlease
533
- NO_PERL_MAKEMAKER = YesPlease
533
RUNTIME_PREFIX = YesPlease
534
HAVE_WPGMPTR = YesWeDo
535
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease