diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-12-24 13:19:23 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-12-24 13:19:23 +0100 |
commit | a65c7ffd0d5c6d1bd4d24f6fcdc63b4431ae8221 (patch) | |
tree | d774711a93b9c23e5abd1a3dd1f69224529dd3d1 /installperl | |
parent | 58fce059707dac77ea143edd8332e27413bd6606 (diff) | |
download | perl-a65c7ffd0d5c6d1bd4d24f6fcdc63b4431ae8221.tar.gz |
Eliminate a couple more suidperl and sperl references.
Remove a superfluous C<LD_LIBRARY_PATH=`pwd`> - make test does this
automatically.
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installperl b/installperl index 67e17da649..1fc689c1bc 100755 --- a/installperl +++ b/installperl @@ -401,8 +401,6 @@ elsif ($Is_Cygwin) { # On Cygwin symlink it to CORE to make Makefile happy mkpath("$installarchlib/CORE/mpeix", $opts{verbose}, 0777); push(@corefiles,'mpeix/mpeixish.h'); } - # If they have built sperl.o... - push(@corefiles,'sperl.o') if -f 'sperl.o'; } foreach my $file (@corefiles) { # HP-UX (at least) needs to maintain execute permissions |