Change 27520 was a bit too aggressive. Let's keep the warning.
Gisle Aas [Thu, 16 Mar 2006 21:20:46 +0000 (21:20 +0000)]
p4raw-id: //depot/perl@27521

ext/util/make_ext

index fe01f5f..30d007c 100644 (file)
@@ -121,6 +121,9 @@ 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
+       echo "Warning: No Makefile!"
+fi
 
 case "$target" in
 clean)         ;;