RT 2820: Case-insensitive filenames on Darwin
authorJim Reid <jim@rfc1035.com>
Mon, 11 Aug 2014 19:06:54 +0000 (15:06 -0400)
committerRich Salz <rsalz@akamai.com>
Mon, 11 Aug 2014 19:06:54 +0000 (15:06 -0400)
Add darwin-*-cc as one of the systems for case-insensitive
filenames.  Fixes the manpage install so it doesn't create
looping symlinks.

Makefile.org

index 590da9752e5403795b897bc4c090103a84b09f28..19900d500d985379918895042cdb6119e90c926b 100644 (file)
@@ -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 \