summaryrefslogtreecommitdiff
path: root/ext/util
diff options
context:
space:
mode:
Diffstat (limited to 'ext/util')
-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 ae10a9d628..84c49256c1 100644
--- a/ext/util/make_ext
+++ b/ext/util/make_ext
@@ -92,7 +92,7 @@ dynamic) makeargs="LINKTYPE=dynamic";
esac
if test ! -f $makefile ; then
- test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL
+ test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL $passthru
fi
if test ! -f $makefile ; then
if test -f Makefile.SH; then