summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
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"
;;