summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorxenu <me@xenu.pl>2021-01-28 13:49:52 +0100
committerGitHub <noreply@github.com>2021-01-28 12:49:52 +0000
commit76b7a9755884361239145cf00fcfc17625a42a1a (patch)
treea6304003d89915b3723c156b26d05621268d3a04 /regen
parent341a561fb3c3b40f8730c0c5da27a1ea1136d781 (diff)
downloadperl-76b7a9755884361239145cf00fcfc17625a42a1a.tar.gz
win32: remove makefile.mk (#18511)
Makefile.mk is redundant with GNUmakefile. See https://www.nntp.perl.org/group/perl.perl5.porters/2021/01/msg258848.html for more details. We planned to remove it shortly after the introduction of GNUmakefile but that slipped through the cracks for some reason: https://github.com/Perl/perl5/issues/14341
Diffstat (limited to 'regen')
-rw-r--r--regen/lib_cleanup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/lib_cleanup.pl b/regen/lib_cleanup.pl
index d80a33ce02..3ba86f99c9 100644
--- a/regen/lib_cleanup.pl
+++ b/regen/lib_cleanup.pl
@@ -154,7 +154,7 @@ sub edit_win32_makefile {
}
process('Makefile.SH', 'Makefile.SH', \&edit_makefile_SH, $TAP && '', $Verbose);
-foreach ('win32/Makefile', 'win32/makefile.mk', 'win32/GNUmakefile') {
+foreach ('win32/Makefile', 'win32/GNUmakefile') {
process($_, $_, \&edit_win32_makefile, $TAP && '', $Verbose);
}