summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-04-09 20:08:23 +0100
committerChip Salzenberg <chip@atlantic.net>1997-04-07 00:00:00 +0000
commit9cbbd68ff8edc7de96e3471de49538d0b2b98173 (patch)
treeb9b39457e1eebac054012d1d6abd16798159fe89
parent1061146bbd7c9a40c4288ec63427c8327cc0d5fa (diff)
downloadperl-9cbbd68ff8edc7de96e3471de49538d0b2b98173.tar.gz
MakeMaker pathname patch
Chip Salzenberg <chip@pobox.com> writes: Can we have this please - it passes EXE_EXT to Makefile. p5p-msgid: 199704091908.UAA00877@ni-s.u-net.com
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
-rw-r--r--lib/ExtUtils/MakeMaker.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index f4ee44f4b9..d73df73a42 100644
--- a/lib/ExtUtils/MM_Unix.pm
+++ b/lib/ExtUtils/MM_Unix.pm
@@ -1350,7 +1350,7 @@ sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
Initializes NAME, FULLEXT, BASEEXT, PARENT_NAME, DLBASE, PERL_SRC,
PERL_LIB, PERL_ARCHLIB, PERL_INC, INSTALLDIRS, INST_*, INSTALL*,
-PREFIX, CONFIG, AR, AR_STATIC_ARGS, LD, OBJ_EXT, LIB_EXT, MAP_TARGET,
+PREFIX, CONFIG, AR, AR_STATIC_ARGS, LD, OBJ_EXT, LIB_EXT, EXE_EXT, MAP_TARGET,
LIBPERL_A, VERSION_FROM, VERSION, DISTNAME, VERSION_SYM.
=cut
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
index 0898b751ef..273ebe7084 100644
--- a/lib/ExtUtils/MakeMaker.pm
+++ b/lib/ExtUtils/MakeMaker.pm
@@ -307,7 +307,7 @@ sub full_setup {
@Get_from_Config =
qw(
ar cc cccdlflags ccdlflags dlext dlsrc ld lddlflags ldflags libc
- lib_ext obj_ext ranlib sitelibexp sitearchexp so
+ lib_ext obj_ext ranlib sitelibexp sitearchexp so exe_ext
);
my $item;