projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ce91c
)
Revert "RT 2820: Case-insensitive filenames on Darwin"
author
Rich Salz
<rsalz@akamai.com>
Tue, 12 Aug 2014 15:22:50 +0000
(11:22 -0400)
committer
Rich Salz
<rsalz@akamai.com>
Tue, 12 Aug 2014 15:22:50 +0000
(11:22 -0400)
This reverts commit
691edc997a35682eb7fa29445036182d2c9eb1de
.
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 19900d500d985379918895042cdb6119e90c926b..590da9752e5403795b897bc4c090103a84b09f28 100644
(file)
--- 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 \