From: Peter Prymmer Date: Wed, 11 Apr 2001 10:43:52 +0000 (-0700) Subject: Re: 5.6.1 darwin Configure fails to extract Makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d235852b65d51c442c4a84cfa07cd04d89233033;p=p5sagit%2Fp5-mst-13.2.git Re: 5.6.1 darwin Configure fails to extract Makefile Message-ID: (Ken William's message forwarded from macosx@perl.org) p4raw-id: //depot/perl@9805 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index eff32f4..8f3bb06 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; +