Some shells print out the directory name if CDPATH is set breaking the
authorDr. Stephen Henson <steve@openssl.org>
Wed, 27 Jan 2010 16:07:17 +0000 (16:07 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 27 Jan 2010 16:07:17 +0000 (16:07 +0000)
pod2man test. Use ./util instead to avoid this.

Makefile.org

index 675a9b5a02fb0303286c368aad80139a435f1ed2..00e2386979ed03e24045a8a867b6482e5c451098 100644 (file)
@@ -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 \