summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>2000-02-24 17:15:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-24 18:00:49 +0000
commit5db16f6aca34f97afbc0dca7253849c56c0c381d (patch)
treec838fb0afb1b0643ce3428b18235ee402e9891f3 /Makefile.SH
parent86d026b8c4144498131a8760a0ef71417fc4151d (diff)
downloadperl-5db16f6aca34f97afbc0dca7253849c56c0c381d.tar.gz
cygwin port
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org> Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1> p4raw-id: //depot/cfgperl@5241
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.SH b/Makefile.SH
index e44f653214..c4098eb80f 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -320,9 +320,6 @@ ext.libs: $(static_ext)
# How to build libperl. This is still rather convoluted.
# Load up custom Makefile.SH fragment for shared loading and executables:
case "$osname" in
-cygwin*)
- Makefile_s="cygwin/Makefile.SHs"
- ;;
*)
Makefile_s="$osname/Makefile.SHs"
;;