diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-07 21:54:59 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-07 21:54:59 +0000 |
commit | 76c7ba2e4a4392e5e7538b69dfaf5c0656bdfaf4 (patch) | |
tree | ae8b6f2e1dade2f0bc0bac814dda3119a4478cce /ext | |
parent | 643126fb63308d38b74033c6e843ceb5be68b57c (diff) | |
download | perl-76c7ba2e4a4392e5e7538b69dfaf5c0656bdfaf4.tar.gz |
Part of the MakeMaker 5.21 update.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/util/make_ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext index 84c49256c1..8c1abbbc01 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 |