From: Gisle Aas Date: Thu, 16 Mar 2006 21:20:46 +0000 (+0000) Subject: Change 27520 was a bit too aggressive. Let's keep the warning. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b4bd025b2297f15aadaf5a5249fa56096be11a0;p=p5sagit%2Fp5-mst-13.2.git Change 27520 was a bit too aggressive. Let's keep the warning. p4raw-id: //depot/perl@27521 --- diff --git a/ext/util/make_ext b/ext/util/make_ext index fe01f5f..30d007c 100644 --- a/ext/util/make_ext +++ b/ext/util/make_ext @@ -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) ;;