Revert "RT 2820: Case-insensitive filenames on Darwin"
This reverts commit 691edc997a35682eb7fa29445036182d2c9eb1de.
This commit is contained in:
parent
42ce91cc35
commit
2a1393a4a8
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user