Re: [PATCH @13746] uninstalled build of modules broken
Ilya Zakharevich [Mon, 31 Dec 2001 17:42:25 +0000 (12:42 -0500)]
Message-Id: <20011231174225.A29048@math.ohio-state.edu>

p4raw-id: //depot/perl@13994

lib/ExtUtils/MM_Unix.pm

index 9b7d224..fd03d56 100644 (file)
@@ -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)';