From: Dr. Stephen Henson Date: Wed, 27 Jan 2010 16:07:17 +0000 (+0000) Subject: Some shells print out the directory name if CDPATH is set breaking the X-Git-Tag: OpenSSL-fips-2_0-rc1~1302 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89e56aebefa5476f6bffbb0f378a9a3f9d77898d;p=oweals%2Fopenssl.git Some shells print out the directory name if CDPATH is set breaking the pod2man test. Use ./util instead to avoid this. --- diff --git a/Makefile.org b/Makefile.org index 675a9b5a02..00e2386979 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 \