This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff87564
)
(Reintroduce #11125)
author
Alan Burlison
<Alan.Burlison@uk.sun.com>
Tue, 3 Jul 2001 15:20:13 +0000
(16:20 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 5 Aug 2001 13:31:07 +0000
(13:31 +0000)
Subject: MakeMaker should pass through DEFINE and INC to subdirs
Message-ID: <
3B41D49D
.
A923D4F9
@sun.com>
p4raw-id: //depot/perl@11579
lib/ExtUtils/MM_Unix.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_Unix.pm
b/lib/ExtUtils/MM_Unix.pm
index
c951e52
..
c335b72
100644
(file)
--- a/
lib/ExtUtils/MM_Unix.pm
+++ b/
lib/ExtUtils/MM_Unix.pm
@@
-2871,7
+2871,7
@@
sub pasthru {
my($sep) = $Is_VMS ? ',' : '';
$sep .= "\\\n\t";
- foreach $key (qw(LIB LIBPERL_A LINKTYPE PREFIX OPTIMIZE
))
{
+ foreach $key (qw(LIB LIBPERL_A LINKTYPE PREFIX OPTIMIZE
INC DEFINE))
{
push @pasthru, "$key=\"\$($key)\"";
}