summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-27 16:06:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-27 16:06:58 +0000
commit6d4943e81f1c2ba13a9e195c1fcc108aeff79714 (patch)
treed0f3bb383ce2e7c6d232cc9e21c5ef2d6c2abf26 /Makefile.org
parent57cffe901f258e1f38886a611dc20da442374fa8 (diff)
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 53727e0a4c..fb0af7ecc2 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 \