summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-03-16 21:14:26 +0000
committerGisle Aas <gisle@activestate.com>2006-03-16 21:14:26 +0000
commitca68a6e02855e0cd3c7f33d87d015a1b8500f124 (patch)
treeb113a04d5311d9c34b62e7495f1e6f9737b8b387 /ext
parent3c87d0da76edcb9107e162c6cde9d8f70891f1e6 (diff)
downloadperl-ca68a6e02855e0cd3c7f33d87d015a1b8500f124.tar.gz
Remove unused code. No extension use Makefile.SH any more.
p4raw-id: //depot/perl@27520
Diffstat (limited to 'ext')
-rw-r--r--ext/util/make_ext8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext
index 8bcd7d8ad2..fe01f5fc62 100644
--- a/ext/util/make_ext
+++ b/ext/util/make_ext
@@ -121,14 +121,6 @@ esac
if test ! -f $makefile ; then
test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
fi
-if test ! -f $makefile ; then
- if test -f Makefile.SH; then
- echo "Warning: Writing $makefile from old-style Makefile.SH!"
- sh Makefile.SH
- else
- echo "Warning: No Makefile!"
- fi
-fi
case "$target" in
clean) ;;