diff options
author | Craig A. Berry <craigberry@mac.com> | 2002-05-30 13:32:43 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-31 01:12:21 +0000 |
commit | 0842edb1e7d001c4e64b4bc85cd7357fd8fc6e8a (patch) | |
tree | ecbf38bd0f43daa775231aacce858bb108b1c7e7 /configure.com | |
parent | 9ccb80d0ae9792330dd54c36341c792ea03f8450 (diff) | |
download | perl-0842edb1e7d001c4e64b4bc85cd7357fd8fc6e8a.tar.gz |
_ext -> _exe
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
p4raw-id: //depot/perl@16911
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index c7a5bf0219..e66f29b510 100644 --- a/configure.com +++ b/configure.com @@ -5082,7 +5082,7 @@ $ WC "PERL_SUBVERSION='" + subversion + "'" $ WC "PERL_API_VERSION='" + api_version + "'" $ WC "PERL_API_SUBVERSION='" + api_subversion + "'" $ WC "_a='" + lib_ext + "'" -$ WC "_ext='" + exe_ext + "'" +$ WC "_exe='" + exe_ext + "'" $ WC "_o='" + obj_ext + "'" $ WC "alignbytes='" + alignbytes + "'" $ WC "aphostname='write sys$output f$edit(f$getsyi(\""SCSNODE\""),\""TRIM,LOWERCASE\"")'" |