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:58 +0000 (16:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 27 Jan 2010 16:06:58 +0000 (16:06 +0000)
pod2man test. Use ./util instead to avoid this.

Makefile.org

index 53727e0a4c1f6cd8cc699ce060461c250d4ccfa4..fb0af7ecc2c27378164e6a05710e58c187731346 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 \