summaryrefslogtreecommitdiff
path: root/ext/util/make_ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext/util/make_ext')
-rw-r--r--ext/util/make_ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext
index cd1db5aa6c..c856bbfff3 100644
--- a/ext/util/make_ext
+++ b/ext/util/make_ext
@@ -120,7 +120,7 @@ nonxs) makeargs="";
esac
if test ! -f $makefile ; then
- test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
+ test -f Makefile.PL && $run ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl PERL_CORE=1 $passthru
fi
if test ! -f $makefile ; then
echo "Warning: No Makefile!"