diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-11-28 19:03:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-11-28 19:06:14 +0000 |
commit | cbeaa189514a121fd71c6b4fb40c0bee7598a3d3 (patch) | |
tree | 4d54b91992db7da3bd9f5d2f451bcae99599dd76 /Makefile.SH | |
parent | 94a75ecf43c2b2684fcdd148754a11f69c3c3ab2 (diff) | |
download | perl-cbeaa189514a121fd71c6b4fb40c0bee7598a3d3.tar.gz |
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.
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 6 |
1 files changed, 2 insertions, 4 deletions
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 |