diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-02-25 11:27:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-08 10:42:10 +0900 |
commit | 6053c04b88d28b31d752dc8783ff59324b6a82f7 (patch) | |
tree | fb440f9eb474c7e2880eaf570460f364229f7e88 | |
parent | Start 2.22 cycle (diff) | |
download | tgif-6053c04b88d28b31d752dc8783ff59324b6a82f7.tar.xz |
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>
-rw-r--r-- | config.mak.uname | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname index c8b0e34c31..dcf8bd7c75 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -530,7 +530,6 @@ ifneq (,$(findstring MINGW,$(uname_S))) NO_STRTOUMAX = YesPlease NO_MKDTEMP = YesPlease NO_SVN_TESTS = YesPlease - NO_PERL_MAKEMAKER = YesPlease RUNTIME_PREFIX = YesPlease HAVE_WPGMPTR = YesWeDo NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease |