From cbeaa189514a121fd71c6b4fb40c0bee7598a3d3 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 28 Nov 2010 19:03:21 +0000 Subject: Remove makeaperl, never used, a wrapper for ExtUtils::MakeMaker::makeaperl makeaperl was added in perl5.000k, wrapped as makeaperl.SH in perl5.000l, but neither used in the core build nor installed. All it does is acts as a command-line wrapper to makeaperl() in ExtUtils::MakeMaker. --- Makefile.SH | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index 531579368a..86e6d465b9 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -434,11 +434,9 @@ private = preplibrary $(CONFIGPM) $(CONFIGPOD) lib/ExtUtils/Miniperl.pm git_vers # Files to be built with variable substitution before miniperl # is available. -sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \ - myconfig.SH pod/Makefile.SH +sh = Makefile.SH cflags.SH config_h.SH makedepend.SH myconfig.SH pod/Makefile.SH -shextract = Makefile cflags config.h makeaperl makedepend \ - makedir myconfig pod/Makefile +shextract = Makefile cflags config.h makedepend makedir myconfig pod/Makefile addedbyconf = UU $(shextract) pstruct -- cgit v1.2.1