mirror of
https://github.com/openssl/openssl.git
synced 2024-12-01 05:55:11 +08:00
Some shells print out the directory name if CDPATH is set breaking the
pod2man test. Use ./util instead to avoid this.
This commit is contained in:
parent
4ba1aa393b
commit
89e56aebef
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user