From eb3f763d073a6298d75bea9583ff2c56bd87d106 Mon Sep 17 00:00:00 2001 From: Alan Burlison Date: Tue, 3 Jul 2001 16:20:13 +0100 Subject: [PATCH] (Retracted by #11174) Subject: MakeMaker should pass through DEFINE and INC to subdirs Message-ID: <3B41D49D.A923D4F9@sun.com> p4raw-id: //depot/perl@11125 --- lib/ExtUtils/MM_Unix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index d9946e4..cd5d4f6 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -2844,7 +2844,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)\""; } -- 2.7.4