Part of the MakeMaker 5.21 update.
Perl 5 Porters [Wed, 7 Feb 1996 21:54:59 +0000 (21:54 +0000)]
ext/util/make_ext

index 84c4925..8c1abbb 100644 (file)
@@ -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