Revert "RT 2820: Case-insensitive filenames on Darwin"
authorRich Salz <rsalz@akamai.com>
Tue, 12 Aug 2014 15:22:50 +0000 (11:22 -0400)
committerRich Salz <rsalz@akamai.com>
Tue, 12 Aug 2014 15:22:50 +0000 (11:22 -0400)
This reverts commit 691edc997a35682eb7fa29445036182d2c9eb1de.

Makefile.org

index 19900d500d985379918895042cdb6119e90c926b..590da9752e5403795b897bc4c090103a84b09f28 100644 (file)
@@ -735,7 +735,7 @@ install_docs:
        @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
        here="`pwd`"; \
        filecase=; \
        @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
        here="`pwd`"; \
        filecase=; \
-       case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*|darwin-*-cc) \
+       case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*) \
                filecase=-i; \
        esac; \
        set -e; for i in doc/apps/*.pod; do \
                filecase=-i; \
        esac; \
        set -e; for i in doc/apps/*.pod; do \