From 691edc997a35682eb7fa29445036182d2c9eb1de Mon Sep 17 00:00:00 2001 From: Jim Reid Date: Mon, 11 Aug 2014 15:06:54 -0400 Subject: [PATCH] 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. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1