RT2820: case-insensitive filenames on Darwin
authorRich Salz <rsalz@akamai.com>
Sat, 30 Aug 2014 14:18:51 +0000 (10:18 -0400)
committerRich Salz <rsalz@akamai.com>
Sat, 30 Aug 2014 14:18:51 +0000 (10:18 -0400)
Andy pointed out there is also darwin64, so tweak the pattern.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Makefile.org

index 667526867225f9a2b98a968d3661da4a17a952bf..1b8b4dbff14d1ec2b13982361a7036d9210eab40 100644 (file)
@@ -711,7 +711,7 @@ install_sw:
 install_html_docs:
        here="`pwd`"; \
        filecase=; \
-       case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin-*-cc) \
+       case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
                filecase=-i; \
        esac; \
        for subdir in apps crypto ssl; do \
@@ -742,7 +742,7 @@ install_docs:
        @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
        here="`pwd`"; \
        filecase=; \
-       case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin-*-cc) \
+       case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin*-*-cc) \
                filecase=-i; \
        esac; \
        set -e; for i in doc/apps/*.pod; do \