diff options
author | Kurt D. Starsinic <kstar@wolfetech.com> | 1999-02-19 19:51:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-19 19:51:49 +0000 |
commit | ccc7f9b3740d5c1211fbd847d1ae120278f3f710 (patch) | |
tree | 35300855666bbe66be36792a7a0e65b47007754e /Makefile.SH | |
parent | 073bda64e8709ec93f8a7d2de631adf8d8a99219 (diff) | |
download | perl-ccc7f9b3740d5c1211fbd847d1ae120278f3f710.tar.gz |
Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
not probed for and
To: Chaim Frenkel <chaimf@pobox.com>,
Russ Allbery <rra@stanford.edu>,
Jarkko Hietaniemi <jhi@iki.fi>,
Gurusamy Sarathy <gsar@activestate.com>,
Graham Barr <gbarr@pobox.com>
Cc: bdensch@ameritech.net, perlbug@perl.com
Subject: [PATCH] Re: Solaris 7 for Intel
Message-ID: <19990219124404.A30182@O2.chapin.edu>
Glossary is still missing some terms because
mkglossary is misbehaving (change #2981 updated
Glossary manually)
p4raw-link: @2981 on //depot/maint-5.005/perl: d22539db55f37ba18fdbea18d6a2e74fbf6f6444
p4raw-id: //depot/cfgperl@2982
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 617f80356f..2530d4fdc5 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -166,7 +166,7 @@ shellflags = $shellflags $make_set_make # These variables may need to be manually set for non-Unix systems. -AR = $ar +AR = $full_ar EXE_EXT = $_exe LIB_EXT = $_a OBJ_EXT = $_o |