This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c:newPADOP: Allocate GV pad slots like constants
[perl5.git] / make_ext.pl
index 09d0ab4..a67e894 100644 (file)
@@ -531,7 +531,7 @@ else
     if test ! -f Makefile ; then
        echo "Warning: No Makefile!"
     fi
-    make -s $clean_target MAKE='@make' @pass_through
+    @make $clean_target MAKE='@make' @pass_through
 fi
 cd $return_dir
 EOS