From: Jim Reid Date: Mon, 11 Aug 2014 19:06:54 +0000 (-0400) Subject: RT 2820: Case-insensitive filenames on Darwin X-Git-Tag: master-post-reformat~528 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=691edc997a35682eb7fa29445036182d2c9eb1de;p=oweals%2Fopenssl.git RT 2820: Case-insensitive filenames on Darwin Add darwin-*-cc as one of the systems for case-insensitive filenames. Fixes the manpage install so it doesn't create looping symlinks. --- diff --git a/Makefile.org b/Makefile.org index 590da9752e..19900d500d 100644 --- a/Makefile.org +++ b/Makefile.org @@ -735,7 +735,7 @@ install_docs: @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \ here="`pwd`"; \ filecase=; \ - case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*) \ + case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin-*-cc) \ filecase=-i; \ esac; \ set -e; for i in doc/apps/*.pod; do \