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

Makefile.org

index fa0a0491cfa8d50cccfdc48f9bffbc504494e5d7..e87d62368abc6b1a5121afb29008e7e477dee66f 100644 (file)
@@ -686,7 +686,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 \