From 3c4568b5fca2fd541d0ea0449547aa232f6da405 Mon Sep 17 00:00:00 2001 From: Alan Burlison Date: Tue, 3 Jul 2001 16:20:13 +0100 Subject: (Reintroduce #11125) 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index c951e52d74..c335b72a52 100644 --- 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)\""; } -- cgit v1.2.1