From: Ilya Zakharevich Date: Mon, 31 Dec 2001 17:42:25 +0000 (-0500) Subject: Re: [PATCH @13746] uninstalled build of modules broken X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba71d2f34429cc14f2087ae5566ca179023a24ae;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH @13746] uninstalled build of modules broken Message-Id: <20011231174225.A29048@math.ohio-state.edu> p4raw-id: //depot/perl@13994 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 9b7d224..fd03d56 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -2054,7 +2054,7 @@ usually solves this kind of problem. $self->{PERLRUN} .= ' -I$(PERL_LIB)' if $self->{UNINSTALLED_PERL}; # How do we run perl when installing libraries? - $self->{PERLRUNINST} .= $self->{PERL}. ' -I$(INST_ARCHLIB) -I$(INST_LIB)'; + $self->{PERLRUNINST} .= $self->{PERLRUN}. ' -I$(INST_ARCHLIB) -I$(INST_LIB)'; # What extra library dirs do we need when running the tests? $self->{TEST_LIBS} .= ' -I$(INST_ARCHLIB) -I$(INST_LIB)';