summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorJim Reid <jim@rfc1035.com>2014-08-11 15:06:54 -0400
committerRich Salz <rsalz@akamai.com>2014-08-11 15:06:54 -0400
commit691edc997a35682eb7fa29445036182d2c9eb1de (patch)
tree5f4ef5587f05a93b74b9b9fd4da2eb98bb6aec4d /Makefile.org
parentd9fcd8ec4cd52a986c434466a3eddc20378fffc2 (diff)
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.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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 \