diff options
author | Peter Prymmer <PPrymmer@factset.com> | 2001-04-11 03:43:52 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-24 00:47:28 +0000 |
commit | d235852b65d51c442c4a84cfa07cd04d89233033 (patch) | |
tree | a0afdc7b811e155ea36dd1b333075b6bc12294bd | |
parent | 440108a8b85963ad85117aadc935a091e361e26a (diff) | |
download | perl-d235852b65d51c442c4a84cfa07cd04d89233033.tar.gz |
Re: 5.6.1 darwin Configure fails to extract Makefile
Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
(Ken William's message forwarded from macosx@perl.org)
p4raw-id: //depot/perl@9805
-rw-r--r-- | hints/darwin.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index eff32f4d5b..8f3bb06ebf 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -65,3 +65,14 @@ usevfork='true'; # malloc works usemymalloc='n'; +## +# Build process +## + +# Locales aren't feeling well. +LC_ALL=C; export LC_ALL; + +# The HFS+ will throw "make depend" into confusion since +# Makefile and makefile are the same. +firstmakefile=GNUmakefile; + |