Remove unused code. No extension use Makefile.SH any more.
Gisle Aas [Thu, 16 Mar 2006 21:14:26 +0000 (21:14 +0000)]
p4raw-id: //depot/perl@27520

ext/util/make_ext

index 8bcd7d8..fe01f5f 100644 (file)
@@ -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)         ;;