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.
This commit is contained in:
Jim Reid 2014-08-11 15:06:54 -04:00 committed by Rich Salz
parent d9fcd8ec4c
commit 691edc997a

View 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 \