diff options
author | Wilfredo Sánchez <wsanchez@mit.edu> | 2001-06-12 12:19:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-12 12:19:47 +0000 |
commit | 437cf18808fc508c7e03cae0f2d2beec3d718651 (patch) | |
tree | 05a8712a13c19ebddfa471e937dfef114c0d983f /hints/darwin.sh | |
parent | 2704b27c58cf5de5b958d9942a35a1665eec217c (diff) | |
download | perl-437cf18808fc508c7e03cae0f2d2beec3d718651.tar.gz |
rhapsody/darwin minor cleanup
Content-Transfer-Encoding: 7bit
Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
p4raw-id: //depot/perl@10528
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index 8f3bb06ebf..bf5e487751 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -1,6 +1,6 @@ ## # Darwin (Mac OS) hints -# Wilfredo Sanchez <wsanchez@apple.com> +# Wilfredo Sanchez <wsanchez@mit.edu> ## ## @@ -72,7 +72,7 @@ usemymalloc='n'; # Locales aren't feeling well. LC_ALL=C; export LC_ALL; -# The HFS+ will throw "make depend" into confusion since +# HFS+ will throw "make depend" into confusion since # Makefile and makefile are the same. firstmakefile=GNUmakefile; |