diff options
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; |