summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>1999-05-12 21:25:54 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-05-17 08:26:21 +0000
commitf89d6eaa35318513fcfc9665bbb2d0bcea3326ee (patch)
tree3d53229a1881c9ddf922b9b45cc7e3f2d0da37c6 /installperl
parent4c2d12df80a53518a6a39a9dea25c4d82a2e6e47 (diff)
downloadperl-f89d6eaa35318513fcfc9665bbb2d0bcea3326ee.tar.gz
additional cleanups for cygwin32 port
Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl4
1 files changed, 0 insertions, 4 deletions
diff --git a/installperl b/installperl
index 7689005edd..208c276c8d 100755
--- a/installperl
+++ b/installperl
@@ -245,10 +245,6 @@ else {
# [als] hard-coded 'libperl' name... not good!
@corefiles = <*.h libperl*.*>;
- # cygwin needs special stub for dll loading
- push @corefiles, 'impure_ptr.o'
- if ($Is_Cygwin and $Config{useshrplib} eq 'true');
-
# AIX needs perl.exp installed as well.
push(@corefiles,'perl.exp') if $^O eq 'aix';
if ($^O eq 'mpeix') {