summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2001-12-31 12:42:25 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-01 04:25:46 +0000
commitba71d2f34429cc14f2087ae5566ca179023a24ae (patch)
tree2b775ec5512c8cc49186864366941620a299570e
parent8bb8fffa0cd55f5ec6c1b52236f8c5baff79c3c6 (diff)
downloadperl-ba71d2f34429cc14f2087ae5566ca179023a24ae.tar.gz
Re: [PATCH @13746] uninstalled build of modules broken
Message-Id: <20011231174225.A29048@math.ohio-state.edu> p4raw-id: //depot/perl@13994
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index 9b7d224e56..fd03d560dd 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)';