summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorsteve <steve>2010-01-27 16:07:17 +0000
committersteve <steve>2010-01-27 16:07:17 +0000
commit5e4d2f28cc33cf66e385da4735bdea8b653272b0 (patch)
tree1d54d8621c58be5a0349133c707efc403afe7434 /Makefile.org
parent081163a1a2588f988cc8c69a1bceafff1a28ea79 (diff)
downloadopenssl-5e4d2f28cc33cf66e385da4735bdea8b653272b0.tar.gz
Some shells print out the directory name if CDPATH is set breaking the
pod2man test. Use ./util instead to avoid this.
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 675a9b5a0..00e238697 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -594,7 +594,7 @@ install_docs:
$(INSTALL_PREFIX)$(MANDIR)/man3 \
$(INSTALL_PREFIX)$(MANDIR)/man5 \
$(INSTALL_PREFIX)$(MANDIR)/man7
- @pod2man="`cd util; ./pod2mantest $(PERL)`"; \
+ @pod2man="`cd ./util; ./pod2mantest $(PERL)`"; \
here="`pwd`"; \
filecase=; \
if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \