From: Perl 5 Porters Date: Wed, 7 Feb 1996 21:54:59 +0000 (+0000) Subject: Part of the MakeMaker 5.21 update. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76c7ba2e4a4392e5e7538b69dfaf5c0656bdfaf4;p=p5sagit%2Fp5-mst-13.2.git Part of the MakeMaker 5.21 update. --- diff --git a/ext/util/make_ext b/ext/util/make_ext index 84c4925..8c1abbb 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 $passthru + test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl $passthru fi if test ! -f $makefile ; then if test -f Makefile.SH; then