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 /Cross | |
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 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 9b45943352..6e792e197f 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -326,7 +326,7 @@ CONFIGPM = xlib/$(CROSS_NAME)/Config.pm private = preplibrary $(CONFIGPM) $(CROSS_LIB)/Config.pod -shextract = Makefile cflags config.h makeaperl makedepend \ +shextract = Makefile cflags config.h makedepend \ makedir myconfig writemain pod/Makefile addedbyconf = UU $(shextract) lib/lib.pm pstruct |