summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-08-12 11:22:50 -0400
committerRich Salz <rsalz@akamai.com>2014-08-12 11:22:50 -0400
commit2a1393a4a8746cf0ddd51c1938706025f3b58ef2 (patch)
tree301dd92d4f5f215811be445238b0869bf7a3626d /Makefile.org
parent42ce91cc35610b18ebd8121d2e2efc4bc3042331 (diff)
Revert "RT 2820: Case-insensitive filenames on Darwin"
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 19900d500d..590da9752e 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*|darwin-*-cc) \
+ case "$(PLATFORM)" in DJGPP|Cygwin*|mingw*) \
filecase=-i; \
esac; \
set -e; for i in doc/apps/*.pod; do \